|
ViennaCL - The Vienna Computing Library
1.2.0
|
Implementation of the spai tag holding SPAI configuration parameters. Experimental in 1.2.x. More...
#include <utility>#include <iostream>#include <fstream>#include <string>#include <algorithm>#include <vector>#include <math.h>#include <cmath>#include <sstream>#include "viennacl/ocl/backend.hpp"#include "boost/numeric/ublas/vector.hpp"#include "boost/numeric/ublas/matrix.hpp"#include "boost/numeric/ublas/matrix_proxy.hpp"#include "boost/numeric/ublas/storage.hpp"#include "boost/numeric/ublas/io.hpp"#include "boost/numeric/ublas/matrix_expression.hpp"#include "boost/numeric/ublas/detail/matrix_assign.hpp"#include "viennacl/linalg/detail/spai/block_matrix.hpp"#include "viennacl/linalg/detail/spai/block_vector.hpp"Go to the source code of this file.
Data Structures | |
| class | spai_tag |
| A tag for SPAI Contains values for the algorithm. Must be passed to spai_precond constructor. More... | |
Namespaces | |
| namespace | viennacl |
| namespace | viennacl::linalg |
| namespace | viennacl::linalg::detail |
| namespace | viennacl::linalg::detail::spai |
Implementation of the spai tag holding SPAI configuration parameters. Experimental in 1.2.x.
SPAI code contributed by Nikolay Lukash
1.8.1.2