Adapter classes for sparse matrices made of the STL type std::vector<std::map<unsigned int, SCALARTYPE> > More...
#include <string>
#include <fstream>
#include <sstream>
#include <assert.h>
#include "viennacl/forwards.h"
#include <vector>
#include <map>
Go to the source code of this file.
Data Structures | |
class | const_sparse_matrix_adapted_iterator< SCALARTYPE, is_iterator1, is_forward > |
A const iterator for sparse matrices of type std::vector<std::map<unsigned int, SCALARTYPE> > More... | |
class | const_sparse_matrix_adapter< SCALARTYPE > |
Adapts a constant sparse matrix type made up from std::vector<std::map<unsigned int, SCALARTYPE> > to basic ublas-compatibility. More... | |
class | sparse_matrix_adapted_iterator< SCALARTYPE, is_iterator1 > |
A non-const iterator for sparse matrices of type std::vector<std::map<unsigned int, SCALARTYPE> > More... | |
class | sparse_matrix_adapter< SCALARTYPE > |
Adapts a non-const sparse matrix type made up from std::vector<std::map<unsigned int, SCALARTYPE> > to basic ublas-compatibility. More... | |
Namespaces | |
namespace | viennacl |
namespace | viennacl::tools |
Adapter classes for sparse matrices made of the STL type std::vector<std::map<unsigned int, SCALARTYPE> >