Public Member Functions

jacobi_precond< compressed_matrix< ScalarType, MAT_ALIGNMENT > > 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 &tag)
void init_gpu ()
template<unsigned int ALIGNMENT>
void apply (viennacl::vector< ScalarType, ALIGNMENT > &vec) const

Detailed Description

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

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

Specialization for compressed_matrix


Constructor & Destructor Documentation

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

Member Function Documentation

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

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