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::ilu0_precond< MatrixT > Class Template Reference

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

#include <ilu0.hpp>

Public Member Functions

 ilu0_precond (MatrixT const &mat, ilu0_tag const &tag)
 
template<typename VectorT >
void apply (VectorT &vec) const
 

Detailed Description

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

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

Examples:
iterative-ublas.cpp, and iterative.cpp.

Definition at line 146 of file ilu0.hpp.

Constructor & Destructor Documentation

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

Definition at line 151 of file ilu0.hpp.

Member Function Documentation

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

Definition at line 160 of file ilu0.hpp.


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