Uses of Class
org.la4j.iterator.MatrixIterator
Packages that use MatrixIterator
-
Uses of MatrixIterator in org.la4j
Methods in org.la4j that return MatrixIterator -
Uses of MatrixIterator in org.la4j.iterator
Subclasses of MatrixIterator in org.la4j.iteratorModifier and TypeClassDescriptionclass
class
(package private) class
class
Methods in org.la4j.iterator that return MatrixIteratorModifier and TypeMethodDescriptionColumnMajorMatrixIterator.andAlsoDivide
(MatrixIterator those) abstract MatrixIterator
MatrixIterator.andAlsoDivide
(MatrixIterator those) RowMajorMatrixIterator.andAlsoDivide
(MatrixIterator those) ColumnMajorMatrixIterator.andAlsoMultiply
(MatrixIterator those) abstract MatrixIterator
MatrixIterator.andAlsoMultiply
(MatrixIterator those) RowMajorMatrixIterator.andAlsoMultiply
(MatrixIterator those) ColumnMajorMatrixIterator.orElseAdd
(MatrixIterator those) abstract MatrixIterator
MatrixIterator.orElseAdd
(MatrixIterator those) RowMajorMatrixIterator.orElseAdd
(MatrixIterator those) ColumnMajorMatrixIterator.orElseSubtract
(MatrixIterator those) abstract MatrixIterator
MatrixIterator.orElseSubtract
(MatrixIterator those) RowMajorMatrixIterator.orElseSubtract
(MatrixIterator those) Methods in org.la4j.iterator with parameters of type MatrixIteratorModifier and TypeMethodDescriptionColumnMajorMatrixIterator.andAlsoDivide
(MatrixIterator those) abstract MatrixIterator
MatrixIterator.andAlsoDivide
(MatrixIterator those) RowMajorMatrixIterator.andAlsoDivide
(MatrixIterator those) ColumnMajorMatrixIterator.andAlsoMultiply
(MatrixIterator those) abstract MatrixIterator
MatrixIterator.andAlsoMultiply
(MatrixIterator those) RowMajorMatrixIterator.andAlsoMultiply
(MatrixIterator those) ColumnMajorMatrixIterator.orElseAdd
(MatrixIterator those) abstract MatrixIterator
MatrixIterator.orElseAdd
(MatrixIterator those) RowMajorMatrixIterator.orElseAdd
(MatrixIterator those) ColumnMajorMatrixIterator.orElseSubtract
(MatrixIterator those) abstract MatrixIterator
MatrixIterator.orElseSubtract
(MatrixIterator those) RowMajorMatrixIterator.orElseSubtract
(MatrixIterator those) -
Uses of MatrixIterator in org.la4j.matrix
Methods in org.la4j.matrix that return MatrixIteratorModifier and TypeMethodDescriptionColumnMajorSparseMatrix.nonZeroIterator()
SparseMatrix.nonZeroIterator()
Returns a non-zero matrix iterator.