Adapts a non-const sparse matrix type made up from std::vector<std::map<SizeT, NumericT> > to basic ublas-compatibility. More...
#include <adapter.hpp>
Public Types | |
typedef sparse_matrix_adapted_iterator < NumericT, SizeT, true > | iterator1 |
typedef sparse_matrix_adapted_iterator < NumericT, SizeT, false > | iterator2 |
typedef const_sparse_matrix_adapted_iterator < NumericT, SizeT, true, true > | const_iterator1 |
typedef const_sparse_matrix_adapted_iterator < NumericT, SizeT, false, true > | const_iterator2 |
typedef SizeT | size_type |
Public Types inherited from viennacl::tools::const_sparse_matrix_adapter< NumericT, SizeT > | |
typedef const_sparse_matrix_adapted_iterator < NumericT, SizeT, true, true > | const_iterator1 |
typedef const_sparse_matrix_adapted_iterator < NumericT, SizeT, false, true > | const_iterator2 |
typedef const_sparse_matrix_adapted_iterator < NumericT, SizeT, true, false > | const_reverse_iterator1 |
typedef NumericT | value_type |
typedef vcl_size_t | size_type |
Adapts a non-const sparse matrix type made up from std::vector<std::map<SizeT, NumericT> > to basic ublas-compatibility.
NumericT | either float or double |
Definition at line 357 of file adapter.hpp.
typedef const_sparse_matrix_adapted_iterator<NumericT, SizeT, true, true> viennacl::tools::sparse_matrix_adapter< NumericT, SizeT >::const_iterator1 |
Definition at line 363 of file adapter.hpp.
typedef const_sparse_matrix_adapted_iterator<NumericT, SizeT, false, true> viennacl::tools::sparse_matrix_adapter< NumericT, SizeT >::const_iterator2 |
Definition at line 364 of file adapter.hpp.
typedef sparse_matrix_adapted_iterator<NumericT, SizeT, true> viennacl::tools::sparse_matrix_adapter< NumericT, SizeT >::iterator1 |
Definition at line 361 of file adapter.hpp.
typedef sparse_matrix_adapted_iterator<NumericT, SizeT, false> viennacl::tools::sparse_matrix_adapter< NumericT, SizeT >::iterator2 |
Definition at line 362 of file adapter.hpp.
typedef SizeT viennacl::tools::sparse_matrix_adapter< NumericT, SizeT >::size_type |
Definition at line 365 of file adapter.hpp.
|
inline |
Definition at line 367 of file adapter.hpp.
|
inline |
Definition at line 370 of file adapter.hpp.
|
inline |
Definition at line 375 of file adapter.hpp.
|
inline |
Definition at line 378 of file adapter.hpp.
|
inline |
Definition at line 381 of file adapter.hpp.
|
inline |
Definition at line 384 of file adapter.hpp.
|
inline |
Definition at line 400 of file adapter.hpp.
|
inline |
Definition at line 376 of file adapter.hpp.
|
inline |
Definition at line 379 of file adapter.hpp.
|
inline |
Definition at line 382 of file adapter.hpp.
|
inline |
Definition at line 385 of file adapter.hpp.
|
inline |
Definition at line 387 of file adapter.hpp.
|
inline |
Definition at line 389 of file adapter.hpp.
|
inline |
Definition at line 406 of file adapter.hpp.
|
inline |
Definition at line 407 of file adapter.hpp.
|
inline |
Definition at line 410 of file adapter.hpp.
|
inline |
Definition at line 411 of file adapter.hpp.