public abstract class ColumnMajorMatrixIterator extends MatrixIterator
columns, rows| Constructor and Description |
|---|
ColumnMajorMatrixIterator(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, rowIndexpublic ColumnMajorMatrixIterator(int rows,
int columns)
protected 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.