MyraMath
|
An Action that is just the identity operator. 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 | |
template<class Number > | |
Action< Number > | myra::make_IdentityAction (int N) |
Returns an Action that is just the NxN identity operator. | |
template<> | |
Action< NumberS > | myra::make_IdentityAction< NumberS > (int N) |
Returns an Action that is just the NxN identity operator. | |
template<> | |
Action< NumberD > | myra::make_IdentityAction< NumberD > (int N) |
Returns an Action that is just the NxN identity operator. | |
template<> | |
Action< NumberC > | myra::make_IdentityAction< NumberC > (int N) |
Returns an Action that is just the NxN identity operator. | |
template<> | |
Action< NumberZ > | myra::make_IdentityAction< NumberZ > (int N) |
Returns an Action that is just the NxN identity operator. | |
An Action that is just the identity operator.