Uses of Class
org.la4j.iterator.MatrixIterator
-
Packages that use MatrixIterator Package Description org.la4j org.la4j.iterator org.la4j.matrix -
-
Uses of MatrixIterator in org.la4j
Methods in org.la4j that return MatrixIterator Modifier and Type Method Description MatrixIterator
Matrix. iterator()
Returns a matrix iterator. -
Uses of MatrixIterator in org.la4j.iterator
Subclasses of MatrixIterator in org.la4j.iterator Modifier and Type Class Description class
ColumnMajorMatrixIterator
class
CursorToColumnMajorMatrixIterator
(package private) class
CursorToRowMajorMatrixIterator
class
RowMajorMatrixIterator
-
Uses of MatrixIterator in org.la4j.matrix
Methods in org.la4j.matrix that return MatrixIterator Modifier and Type Method Description MatrixIterator
ColumnMajorSparseMatrix. nonZeroIterator()
MatrixIterator
SparseMatrix. nonZeroIterator()
Returns a non-zero matrix iterator.
-