![]() |
Base class for all sparse element types.The SparseElement class is the base class for all sparse element types. All types that conceptually represent a sparse vector or matrix element and that provide a value()
and an index()
member function have to derive from this class in order to qualify as sparse element. Only in case a class is derived from the SparseElement base class, the IsSparseElement type trait recognizes the class as valid sparse element.
More...
#include <SparseElement.h>
Inherited by blaze::SparseSubmatrix< MT, AF, SO >::SubmatrixElement< MatrixType, IteratorType > [private]
, blaze::SparseSubvector< VT, AF, TF >::SubvectorElement< VectorType, IteratorType > [private]
, and blaze::ValueIndexPair< Type > [private]
.
Base class for all sparse element types.
The SparseElement class is the base class for all sparse element types. All types that conceptually represent a sparse vector or matrix element and that provide a value()
and an index()
member function have to derive from this class in order to qualify as sparse element. Only in case a class is derived from the SparseElement base class, the IsSparseElement type trait recognizes the class as valid sparse element.