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