| Package | Description |
|---|---|
| org.ejml.data | |
| org.ejml.simple |
| Modifier and Type | Method and Description |
|---|---|
MatrixIterator |
Matrix64F.iterator(boolean rowMajor,
int minRow,
int minCol,
int maxRow,
int maxCol)
Creates a new iterator for traversing through a submatrix inside this matrix.
|
| Modifier and Type | Method and Description |
|---|---|
MatrixIterator |
SimpleBase.iterator(boolean rowMajor,
int minRow,
int minCol,
int maxRow,
int maxCol)
Creates a new iterator for traversing through a submatrix inside this matrix.
|
Copyright © 2013. All Rights Reserved.