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, rowIndex
public ColumnMajorMatrixIterator(int rows, int columns)
protected int cursor()
public MatrixIterator orElseAdd(MatrixIterator those)
orElseAdd
in class MatrixIterator
public MatrixIterator orElseSubtract(MatrixIterator those)
orElseSubtract
in class MatrixIterator
public MatrixIterator andAlsoMultiply(MatrixIterator those)
andAlsoMultiply
in class MatrixIterator
public MatrixIterator andAlsoDivide(MatrixIterator those)
andAlsoDivide
in class MatrixIterator
public 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.