ViennaCL - The Vienna Computing Library  1.5.2
Public Member Functions
ichol0_precond< compressed_matrix< ScalarType, MAT_ALIGNMENT > > Class Template Reference

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

#include <ichol.hpp>

Public Member Functions

 ichol0_precond (MatrixType const &mat, ichol0_tag const &tag)
void apply (vector< ScalarType > &vec) const

Detailed Description

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

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

Specialization for compressed_matrix


Constructor & Destructor Documentation

ichol0_precond ( MatrixType const &  mat,
ichol0_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: