Class template gcr_wrapper
ietl::gcr_wrapper
Synopsis
template<typename Matrix, typename VectorX, typename VectorB,
typename Preconditioner, typename Iteration>
class gcr_wrapper {
public:
gcr_wrapper(const Preconditioner, Iteration, int);
template<typename scalar_type>
void operator()(const Matrix &, scalar_type, VectorX &, const VectorB &);
};
Description
gcr_wrapper
public
construct/copy/destruct
gcr_wrapper(const Preconditioner M, Iteration iter, int restart);
gcr_wrapper
public member functions
template<typename scalar_type>
void operator()(const Matrix & A, scalar_type s, VectorX & x,
const VectorB & b);