Uses of Class
org.la4j.iterator.VectorIterator
Packages that use VectorIterator
Package
Description
-
Uses of VectorIterator in org.la4j
Methods in org.la4j that return VectorIteratorModifier and TypeMethodDescriptionVector.iterator()Returns a vector iterator.Matrix.iteratorOfColumn(int j) Returns a vector iterator of the given column {code j}.Matrix.iteratorOfRow(int i) Returns a vector iterator of the given row {code i}. -
Uses of VectorIterator in org.la4j.iterator
Subclasses of VectorIterator in org.la4j.iteratorMethods in org.la4j.iterator that return VectorIteratorModifier and TypeMethodDescriptionVectorIterator.andAlsoDivide(VectorIterator those) VectorIterator.andAlsoMultiply(VectorIterator those) VectorIterator.orElseAdd(VectorIterator those) VectorIterator.orElseSubtract(VectorIterator those) Methods in org.la4j.iterator with parameters of type VectorIteratorModifier and TypeMethodDescriptionVectorIterator.andAlsoDivide(VectorIterator those) VectorIterator.andAlsoMultiply(VectorIterator those) doubleVectorIterator.innerProduct(VectorIterator those) VectorIterator.orElseAdd(VectorIterator those) VectorIterator.orElseSubtract(VectorIterator those) -
Uses of VectorIterator in org.la4j.matrix
Methods in org.la4j.matrix that return VectorIteratorModifier and TypeMethodDescriptionSparseMatrix.nonZeroIteratorOfColumn(int j) Returns a non-zero vector iterator of the given columnj.SparseMatrix.nonZeroIteratorOfRow(int i) Returns a non-zero vector iterator of the given rowi. -
Uses of VectorIterator in org.la4j.matrix.sparse
Methods in org.la4j.matrix.sparse that return VectorIteratorModifier and TypeMethodDescriptionCCSMatrix.iteratorOfColumn(int j) CRSMatrix.iteratorOfRow(int i) CCSMatrix.nonZeroIteratorOfColumn(int j) CRSMatrix.nonZeroIteratorOfRow(int i) -
Uses of VectorIterator in org.la4j.vector
Methods in org.la4j.vector that return VectorIteratorModifier and TypeMethodDescriptionabstract VectorIteratorSparseVector.nonZeroIterator()Returns a non-zero vector iterator. -
Uses of VectorIterator in org.la4j.vector.sparse
Methods in org.la4j.vector.sparse that return VectorIterator