Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]
getIndex()
Returns the indicesint
getUsed()
Number of entries used in the sparse structure
-