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