Interface Summary |
AbstractMatrix |
Abstract base class for matrix-like structures. |
ColumnMatrix |
A matrix which can be accessed columnwise. |
Matrix |
A matrix which can be accessed column- or rowwise and where free access
to any element is possible (not only to complete row or column vectors). |
RowMatrix |
A matrix which can be accessed rowwise. |
SparseVec<Label> |
A sparse vector of doubles. |
SparseVector |
|
VectorIterator<LabelType> |
An iterator through the components of a vector. |
VectorValue<Label> |
A component of a vector as value/index pair. |