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