Public Member Functions

ilut_precond< compressed_matrix< ScalarType, MAT_ALIGNMENT > > 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)
void apply (vector< ScalarType > &vec) const

Detailed Description

template<typename ScalarType, unsigned int MAT_ALIGNMENT>
class viennacl::linalg::ilut_precond< compressed_matrix< ScalarType, MAT_ALIGNMENT > >

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

Specialization for compressed_matrix


Constructor & Destructor Documentation

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

Member Function Documentation

void apply ( vector< ScalarType > &  vec  )  const [inline]

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