6 #ifndef MYRAMATH_ITERATIVE_LOWERACTION_H     7 #define MYRAMATH_ITERATIVE_LOWERACTION_H    15 #include <myramath/MYRAMATH_EXPORT.h>    21 template<
class Number> 
class Action;
    24 Action<NumberS> lower_precision(
const Action<NumberD>& A);
    26 Action<NumberC> lower_precision(
const Action<NumberZ>& A);
 
Various utility functions/classes related to scalar Number types.