Class ietl_cg
ietl::ietl_cg
Synopsis
class ietl_cg {
public:
ietl_cg(std::size_t = 100, bool = false);
template<typename Vector, typename Matrix>
Vector operator()(Matrix const &, Vector const &, Vector const &,
double = 1e-6);
};
Description
ietl_cg
public
construct/copy/destruct
ietl_cg(std::size_t max_iter = 100, bool verbose = false);
ietl_cg
public member functions
template<typename Vector, typename Matrix>
Vector operator()(Matrix const & A, Vector const & b, Vector const & x0,
double abs_tol = 1e-6);