6 #ifndef MYRAMATH_ITERATIVE_STATIONARY_H     7 #define MYRAMATH_ITERATIVE_STATIONARY_H    14 #include <myramath/MYRAMATH_EXPORT.h>    22 template<
class Number> 
class CSparseMatrixRange;
    23 template<
class Number> 
class CVectorRange;
    24 template<
class Number> 
class VectorRange;
    35     std::vector<Precision> history;
    40       converged = in_converged;
 Common return type for all these methods. 
Definition: stationary.h:27
Represents a mutable VectorRange. 
Definition: axpy.h:21
Various utility functions/classes related to scalar Number types. 
Represents a const SparseMatrixRange. 
Definition: bothcat.h:24
Represents a const VectorRange. 
Definition: axpy.h:20
float NumberS
Useful typedefs. 
Definition: Number.h:21