MyraMath
Classes
IdentityAction.h File Reference

An Action that is just the identity operator. More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
Include dependency graph for IdentityAction.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

An Action that is just the identity operator.