Package org.apache.sysds.runtime.data
Class SparseBlockMCSR.NonEmptyRowsIteratorMCSR
- java.lang.Object
-
- org.apache.sysds.runtime.data.SparseBlockMCSR.NonEmptyRowsIteratorMCSR
-
-
Constructor Summary
Constructors Constructor Description NonEmptyRowsIteratorMCSR(int rl, int ru)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Integer
next()
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-