![]() |
Base class for sparse vectors.The SparseVector class is a base class for all arbitrarily sized (N-dimensional) sparse vectors. It provides an abstraction from the actual type of the sparse vector, but enables a conversion back to this type via the Vector base class. More...
#include <SparseVector.h>
Inherits blaze::Vector< VT, TF >.
Public Types | |
typedef VT | VectorType |
Type of the vector. | |
Public Member Functions | |
VectorType & | operator~ () |
Conversion operator for non-constant vectors. | |
const VectorType & | operator~ () const |
Conversion operator for constant vectors. | |
Base class for sparse vectors.
The SparseVector class is a base class for all arbitrarily sized (N-dimensional) sparse vectors. It provides an abstraction from the actual type of the sparse vector, but enables a conversion back to this type via the Vector base class.
|
inlineinherited |
Conversion operator for non-constant vectors.
|
inlineinherited |
Conversion operator for constant vectors.