#include <sparse.h>
Public Types | |
| typedef Pair< T, I > | Element |
| typedef T | Type_t |
| typedef Sparse_Vector< T, I > | Self_t |
| typedef VectorCategories::SparseSequenceVectorTag | VectorCategory |
Public Methods | |
| Sparse_Vector () | |
| Sparse_Vector (size_t n) | |
| Sparse_Vector (size_t n, size_t rn) | |
| ~Sparse_Vector () | |
| size_t | actualsize () const |
| Actual dimension of the vector, 0 for infinite or unknown. | |
| size_t | reactualsize (const size_t s) |
| template<class XX> size_t | reactualsize (const XX s) |
Friends | |
| std::ostream & | operator<< (std::ostream &o, const Sparse_Vector< T, I > v) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Actual dimension of the vector, 0 for infinite or unknown.
|
|
|
|
|
|
|
|
||||||||||||
|
|
1.2.18