ViennaCL - The Vienna Computing Library  1.5.2
Data Structures | Namespaces
jacobi_precond.hpp File Reference

Implementation of a simple Jacobi preconditioner. More...

#include <vector>
#include <cmath>
#include "viennacl/forwards.h"
#include "viennacl/vector.hpp"
#include "viennacl/compressed_matrix.hpp"
#include "viennacl/tools/tools.hpp"
#include "viennacl/linalg/sparse_matrix_operations.hpp"
#include "viennacl/linalg/row_scaling.hpp"
#include <map>

Go to the source code of this file.

Data Structures

class  jacobi_tag
 A tag for a jacobi preconditioner. More...
 
class  jacobi_precond< MatrixType, is_viennacl >
 Jacobi preconditioner class, can be supplied to solve()-routines. Generic version for non-ViennaCL matrices. More...
 
class  jacobi_precond< MatrixType, true >
 Jacobi preconditioner class, can be supplied to solve()-routines. More...
 

Namespaces

 viennacl
 Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them.
 
 viennacl::linalg
 Provides all linear algebra operations which are not covered by operator overloads.
 

Detailed Description

Implementation of a simple Jacobi preconditioner.