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