ViennaCL - The Vienna Computing Library  1.5.2
Public Member Functions
ichol0_precond< MatrixType > Class Template Reference

Incomplete Cholesky preconditioner class with static pattern (ICHOL0), can be supplied to solve()-routines. More...

#include <ichol.hpp>

Public Member Functions

 ichol0_precond (MatrixType const &mat, ichol0_tag const &tag)
 
template<typename VectorType >
void apply (VectorType &vec) const
 

Detailed Description

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

Incomplete Cholesky preconditioner class with static pattern (ICHOL0), can be supplied to solve()-routines.

Constructor & Destructor Documentation

ichol0_precond ( MatrixType const &  mat,
ichol0_tag const &  tag 
)
inline

Member Function Documentation

void apply ( VectorType &  vec) const
inline

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