|
| | CG (AlgebraType &algebra, ITraceMng *trace_mng=nullptr) |
| void | setOutputLevel (int level) |
| template<typename PrecondT, typename iterT> |
| int | solve (PrecondT &precond, iterT &iter, MatrixType const &A, VectorType const &b, VectorType &x) |
| template<typename PrecondT, typename iterT> |
| int | solve2 (PrecondT &precond, iterT &iter, MatrixType const &A, VectorType const &b, VectorType &x) |
|
| void | _print (int iter, std::string const &msg, std::string const &label0, ValueType value0) |
| void | _print (int iter, std::string const &msg, std::string const &label0, ValueType value0, std::string const &label1, ValueType value1) |
| void | _print (int iter, std::string const &msg, std::string const &label0, ValueType value0, std::string const &label1, ValueType value1, std::string const &label2, ValueType value2) |
| void | _print (int iter, std::string const &msg, std::string const &label0, ValueType value0, std::string const &label1, ValueType value1, std::string const &label2, ValueType value2, std::string const &label3, ValueType value3) |
template<typename AlgebraT>
class Alien::CG< AlgebraT >
Definition at line 34 of file CG.h.