public abstract class RowMajorMatrixIterator extends MatrixIterator
columns, rows| Constructor and Description |
|---|
RowMajorMatrixIterator(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) |
MatrixIterator |
andAlsoDivide(MatrixIterator those) |
MatrixIterator |
andAlsoMultiply(MatrixIterator those) |
protected int |
cursor() |
abstract double |
get() |
protected org.la4j.iterator.CursorIterator |
orElse(org.la4j.iterator.CursorIterator those,
org.la4j.iterator.JoinFunction function) |
MatrixIterator |
orElseAdd(MatrixIterator those) |
MatrixIterator |
orElseSubtract(MatrixIterator those) |
void |
remove() |
abstract void |
set(double value) |
columnIndex, rowIndexprotected int cursor()
public MatrixIterator orElseAdd(MatrixIterator those)
orElseAdd in class MatrixIteratorpublic MatrixIterator orElseSubtract(MatrixIterator those)
orElseSubtract in class MatrixIteratorpublic MatrixIterator andAlsoMultiply(MatrixIterator those)
andAlsoMultiply in class MatrixIteratorpublic MatrixIterator andAlsoDivide(MatrixIterator those)
andAlsoDivide in class MatrixIteratorpublic abstract double get()
public abstract void set(double value)
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.