|
ViennaCL - The Vienna Computing Library
1.5.1
|
Implementation of a helper sparse vector class for SPAI. Experimental. More...
#include <utility>#include <iostream>#include <fstream>#include <string>#include <algorithm>#include <vector>#include <math.h>#include <map>Go to the source code of this file.
Data Structures | |
| class | sparse_vector< ScalarType > |
| Represents sparse vector based on std::map<unsigned int, ScalarType> 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. | |
| namespace | viennacl::linalg::detail |
Namespace holding implementation details for linear algebra routines. Usually not of interest for a library user. | |
| namespace | viennacl::linalg::detail::spai |
Implementation namespace for sparse approximate inverse preconditioner. | |
Implementation of a helper sparse vector class for SPAI. Experimental.
SPAI code contributed by Nikolay Lukash
1.7.6.1