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

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

#include <jacobi_precond.hpp>

Public Member Functions

 jacobi_precond (MatrixType const &mat, jacobi_tag const &)
void init (MatrixType const &mat)
template<unsigned int ALIGNMENT>
void apply (viennacl::vector< ScalarType, ALIGNMENT > &vec) const

Detailed Description

template<typename MatrixType>
class viennacl::linalg::jacobi_precond< MatrixType, true >

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

Specialization for compressed_matrix


Constructor & Destructor Documentation

jacobi_precond ( MatrixType const &  mat,
jacobi_tag const &   
) [inline]

Member Function Documentation

void apply ( viennacl::vector< ScalarType, ALIGNMENT > &  vec) const [inline]
void init ( MatrixType const &  mat) [inline]

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