Package org.ujmp.core.doublematrix.impl
Class NonZeroIterator
java.lang.Object
org.ujmp.core.doublematrix.impl.NonZeroIterator
- All Implemented Interfaces:
Iterator<long[]>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Iterator<long[]>
private final long[]
private long
private final DefaultSparseRowDoubleMatrix2D
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
matrix
-
coordinates
private final long[] coordinates -
rowIterator
-
columnIterator
-
currentRow
private long currentRow
-
-
Constructor Details
-
NonZeroIterator
-
-
Method Details