6 #ifndef MYRAMATH_ITERATIVE_ZEROACTION_H     7 #define MYRAMATH_ITERATIVE_ZEROACTION_H    15 #include <myramath/MYRAMATH_EXPORT.h>    20 template<
class Number> 
class Action;
    25 template<> Action<NumberS> make_ZeroAction<NumberS>(
int I, 
int J);
    26 template<> Action<NumberD> make_ZeroAction<NumberD>(
int I, 
int J);
    27 template<> Action<NumberC> make_ZeroAction<NumberC>(
int I, 
int J);
    28 template<> Action<NumberZ> make_ZeroAction<NumberZ>(
int I, 
int J);
 Action< Number > make_ZeroAction(int I, int J)
Returns an all-zero Action of specified size. 
Various utility functions/classes related to scalar Number types.