|
MyraMath
|
Routines for making double-precision Action's act like float-precision ones, accepting some loss of accuracy. Complementary to raise_precision() More...
Go to the source code of this file.
Classes | |
| class | myra::Action< Number > |
| Applies the "Action" of a linear operator, b := A*x. More... | |
Functions | |
| Action< NumberS > | myra::lower_precision (const Action< NumberD > &A) |
| Lowers a double-precision Action to a float-precision one. | |
| Action< NumberC > | myra::lower_precision (const Action< NumberZ > &A) |
| Lowers a double-precision Action to a float-precision one. | |
Routines for making double-precision Action's act like float-precision ones, accepting some loss of accuracy. Complementary to raise_precision()
1.8.13