no.uib.cipr.matrix.sparse
Interface ISparseVector

All Superinterfaces:
java.lang.Iterable<VectorEntry>, java.io.Serializable, Vector
All Known Implementing Classes:
SparseVector

public interface ISparseVector
extends Vector


Nested Class Summary
 
Nested classes/interfaces inherited from interface no.uib.cipr.matrix.Vector
Vector.Norm
 
Method Summary
 int[] getIndex()
          Returns the indices
 int getUsed()
          Number of entries used in the sparse structure
 
Methods inherited from interface no.uib.cipr.matrix.Vector
add, add, add, copy, dot, get, norm, scale, set, set, set, size, zero
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getIndex

int[] getIndex()
Returns the indices


getUsed

int getUsed()
Number of entries used in the sparse structure