Implementation of a helper sparse vector class for SPAI. Experimental in 1.2.x. 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 |
| namespace | viennacl::linalg |
| namespace | viennacl::linalg::detail |
| namespace | viennacl::linalg::detail::spai |
Implementation of a helper sparse vector class for SPAI. Experimental in 1.2.x.
SPAI code contributed by Nikolay Lukash
1.7.1