Public Member Functions

ilut_precond< MatrixType > Class Template Reference

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

Detailed Description

template<typename MatrixType>
class viennacl::linalg::ilut_precond< MatrixType >

ILUT preconditioner class, can be supplied to solve()-routines.


Constructor & Destructor Documentation

ilut_precond ( MatrixType const &  mat,
ilut_tag const &  tag 
) [inline]

Member Function Documentation

void apply ( VectorType &  vec  )  const [inline]

The documentation for this class was generated from the following file: