6 #ifndef MYRAMATH_ITERATIVE_PCG_H 7 #define MYRAMATH_ITERATIVE_PCG_H 23 #include <myramath/MYRAMATH_EXPORT.h> 31 template<
class Number>
class Action;
32 template<
class Number>
class CVectorRange;
33 template<
class Number>
class VectorRange;
34 template<
class Number>
class CMatrixRange;
35 template<
class Number>
class MatrixRange;
38 template<
class Precision>
class MYRAMATH_EXPORT
pcg_output 46 std::vector<Precision> history;
49 pcg_output(
bool in_converged,
const std::vector<Precision>& in_history)
51 converged = in_converged;
Represents a mutable VectorRange.
Definition: axpy.h:21
Return type of pcg()
Definition: pcg.h:38
Represents a const MatrixRange.
Definition: bothcat.h:22
Various utility functions/classes related to scalar Number types.
Represents a mutable MatrixRange.
Definition: conjugate.h:26
Applies the "Action" of a linear operator, b := A*x.
Definition: Action.h:29
Represents a const VectorRange.
Definition: axpy.h:20
float NumberS
Useful typedefs.
Definition: Number.h:21