6 #ifndef MYRAMATH_ITERATIVE_FGMRES_H     7 #define MYRAMATH_ITERATIVE_FGMRES_H    24 #include <myramath/MYRAMATH_EXPORT.h>    32 template<
class Number> 
class Action;
    33 template<
class Number> 
class CVectorRange;
    34 template<
class Number> 
class  VectorRange;
    35 template<
class Number> 
class CMatrixRange;
    36 template<
class Number> 
class  MatrixRange;
    49     std::vector<Precision> history;
    52     fgmres_output(
bool in_converged, 
const std::vector<Precision>& in_history)
    54       converged = in_converged;
 Return type of gmres() 
Definition: fgmres.h:39
Represents a mutable VectorRange. 
Definition: axpy.h:21
Various utility functions/classes related to scalar Number types. 
Applies the "Action" of a linear operator, b := A*x. 
Definition: Action.h:29
Reflects Precision trait for a Number, scalar Number types should specialize it. 
Definition: Number.h:33
Represents a const VectorRange. 
Definition: axpy.h:20
float NumberS
Useful typedefs. 
Definition: Number.h:21