Package no.uib.cipr.matrix.sparse
Interface ISparseVector
- All Superinterfaces:
Iterable<VectorEntry>
,Serializable
,Vector
- All Known Implementing Classes:
SparseVector
-
Nested Class Summary
Nested classes/interfaces inherited from interface no.uib.cipr.matrix.Vector
Vector.Norm
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getIndex
int[] getIndex()Returns the indices -
getUsed
int getUsed()Number of entries used in the sparse structure
-