ViennaCL - The Vienna Computing Library
1.5.2
|
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 | |
namespace | viennacl |
Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them. | |
namespace | viennacl::linalg |
Provides all linear algebra operations which are not covered by operator overloads. |
Implementation of a simple Jacobi preconditioner.