ILUT preconditioner class, can be supplied to solve()-routines. More...
#include <ilu.hpp>
Public Member Functions | |
ilut_precond (MatrixType const &mat, ilut_tag const &tag) | |
template<typename VectorType > | |
void | apply (VectorType &vec) const |
ILUT preconditioner class, can be supplied to solve()-routines.
ilut_precond | ( | MatrixType const & | mat, | |
ilut_tag const & | tag | |||
) | [inline] |
void apply | ( | VectorType & | vec | ) | const [inline] |