ViennaCL - The Vienna Computing Library  1.7.1
Free open-source GPU-accelerated linear algebra and solver library.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
viennacl::linalg::ichol0_precond< MatrixT > 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 (MatrixT const &mat, ichol0_tag const &tag)
 
template<typename VectorT >
void apply (VectorT &vec) const
 

Detailed Description

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

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

Definition at line 127 of file ichol.hpp.

Constructor & Destructor Documentation

template<typename MatrixT>
viennacl::linalg::ichol0_precond< MatrixT >::ichol0_precond ( MatrixT const &  mat,
ichol0_tag const &  tag 
)
inline

Definition at line 132 of file ichol.hpp.

Member Function Documentation

template<typename MatrixT>
template<typename VectorT >
void viennacl::linalg::ichol0_precond< MatrixT >::apply ( VectorT &  vec) const
inline

Definition at line 141 of file ichol.hpp.


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