Package net.sourceforge.combean.interfaces.mathprog.linalg

Package class diagram package net.sourceforge.combean.interfaces.mathprog.linalg
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.
 

Enum Summary
VectorOrientation Encoding for the orientation of vector in a matrix (access row-by-row or column-by-column).