public class CursorToColumnMajorMatrixIterator extends ColumnMajorMatrixIterator
columns, rows
Constructor and Description |
---|
CursorToColumnMajorMatrixIterator(org.la4j.iterator.CursorIterator underlying,
int rows,
int columns) |
Modifier and Type | Method and Description |
---|---|
protected org.la4j.iterator.CursorIterator |
andAlso(org.la4j.iterator.CursorIterator those,
org.la4j.iterator.JoinFunction function) |
int |
columnIndex() |
double |
get() |
boolean |
hasNext() |
Double |
next() |
protected org.la4j.iterator.CursorIterator |
orElse(org.la4j.iterator.CursorIterator those,
org.la4j.iterator.JoinFunction function) |
void |
remove() |
int |
rowIndex() |
void |
set(double value) |
andAlsoDivide, andAlsoMultiply, cursor, orElseAdd, orElseSubtract
public CursorToColumnMajorMatrixIterator(org.la4j.iterator.CursorIterator underlying, int rows, int columns)
public int rowIndex()
rowIndex
in class MatrixIterator
public int columnIndex()
columnIndex
in class MatrixIterator
public double get()
public void set(double value)
public boolean hasNext()
public Double next()
protected org.la4j.iterator.CursorIterator orElse(org.la4j.iterator.CursorIterator those, org.la4j.iterator.JoinFunction function)
protected org.la4j.iterator.CursorIterator andAlso(org.la4j.iterator.CursorIterator those, org.la4j.iterator.JoinFunction function)
Copyright © 2015. All rights reserved.