Class CursorToColumnMajorMatrixIterator
java.lang.Object
org.la4j.iterator.CursorIterator
org.la4j.iterator.MatrixIterator
org.la4j.iterator.ColumnMajorMatrixIterator
org.la4j.iterator.CursorToColumnMajorMatrixIterator
-
Field Summary
FieldsFields inherited from class MatrixIterator
columns, rows -
Constructor Summary
ConstructorsConstructorDescriptionCursorToColumnMajorMatrixIterator(CursorIterator underlying, int rows, int columns) -
Method Summary
Methods inherited from class ColumnMajorMatrixIterator
andAlsoDivide, andAlsoMultiply, cursor, orElseAdd, orElseSubtractMethods inherited from class CursorIterator
andAlso, orElse, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
underlying
-
-
Constructor Details
-
CursorToColumnMajorMatrixIterator
-
-
Method Details
-
rowIndex
public int rowIndex()- Specified by:
rowIndexin classMatrixIterator
-
columnIndex
public int columnIndex()- Specified by:
columnIndexin classMatrixIterator
-
get
public double get()- Specified by:
getin classCursorIterator
-
set
public void set(double value) - Specified by:
setin classCursorIterator
-
hasNext
public boolean hasNext() -
next
-