MyraMath
Classes
ZeroAction.h File Reference

An all-zero Action of specified size. More...

#include <myramath/utility/Number.h>
#include <myramath/MYRAMATH_EXPORT.h>
Include dependency graph for ZeroAction.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_ZeroAction (int I, int J)
 Returns an all-zero Action of specified size.
 
template<>
Action< NumberS > myra::make_ZeroAction< NumberS > (int I, int J)
 Returns an all-zero Action of specified size.
 
template<>
Action< NumberD > myra::make_ZeroAction< NumberD > (int I, int J)
 Returns an all-zero Action of specified size.
 
template<>
Action< NumberC > myra::make_ZeroAction< NumberC > (int I, int J)
 Returns an all-zero Action of specified size.
 
template<>
Action< NumberZ > myra::make_ZeroAction< NumberZ > (int I, int J)
 Returns an all-zero Action of specified size.
 

Detailed Description

An all-zero Action of specified size.