Uses of Class
org.la4j.iterator.RowMajorMatrixIterator
-
Packages that use RowMajorMatrixIterator Package Description org.la4j org.la4j.iterator org.la4j.matrix org.la4j.matrix.sparse -
-
Uses of RowMajorMatrixIterator in org.la4j
Methods in org.la4j that return RowMajorMatrixIterator Modifier and Type Method Description RowMajorMatrixIterator
Matrix. rowMajorIterator()
Returns a row-major matrix iterator. -
Uses of RowMajorMatrixIterator in org.la4j.iterator
Subclasses of RowMajorMatrixIterator in org.la4j.iterator Modifier and Type Class Description (package private) class
CursorToRowMajorMatrixIterator
-
Uses of RowMajorMatrixIterator in org.la4j.matrix
Methods in org.la4j.matrix that return RowMajorMatrixIterator Modifier and Type Method Description RowMajorMatrixIterator
SparseMatrix. nonZeroRowMajorIterator()
Returns a non-zero row-major matrix iterator. -
Uses of RowMajorMatrixIterator in org.la4j.matrix.sparse
Methods in org.la4j.matrix.sparse that return RowMajorMatrixIterator Modifier and Type Method Description RowMajorMatrixIterator
CRSMatrix. nonZeroRowMajorIterator()
RowMajorMatrixIterator
CRSMatrix. rowMajorIterator()
-