net.sourceforge.combean.interfaces.mathprog.linalg
Interface SparseVector

Package class diagram package SparseVector
All Superinterfaces:
SparseVec<NoLabel>
All Known Implementing Classes:
ColumnVectorOfMatrix, DoubleVector, LPSparseVectorWithIndexMapping, RowVectorOfMatrix, SparseDoubleVector, SparseVectorWithConstantPattern, SparseVectorWithIndexMapping, VectorIAsSparseVector

public interface SparseVector
extends SparseVec<NoLabel>


Method Summary
 int getDimension()
          Get the dimension of the vector.
 
Methods inherited from interface net.sourceforge.combean.interfaces.mathprog.linalg.SparseVec
getNumIterations, iterator
 

Method Detail

getDimension

int getDimension()
Get the dimension of the vector.

Returns:
the dimension of the vector.