Uses of Class
org.apache.sysds.runtime.matrix.data.IJV
Packages that use IJV
Package
Description
-
Uses of IJV in org.apache.sysds.runtime.compress
Methods in org.apache.sysds.runtime.compress that return types with arguments of type IJVModifier and TypeMethodDescriptionCompressedMatrixBlock.getSparseBlockIterator()CompressedMatrixBlock.getSparseBlockIterator(int rl, int ru) -
Uses of IJV in org.apache.sysds.runtime.data
Methods in org.apache.sysds.runtime.data that return types with arguments of type IJVModifier and TypeMethodDescriptionSparseBlock.getIterator()Get a non-zero iterator over the entire sparse block.SparseBlock.getIterator(int ru) Get a non-zero iterator over the partial sparse block [0,ru).SparseBlock.getIterator(int rl, int ru) Get a non-zero iterator over the subblock [rl, ru).SparseBlock.getIterator(int rl, int ru, int cl, int cu) Get a non-zero iterator over the subblock [rl/cl, ru/cu).SparseBlockCOO.getIterator()SparseBlockCOO.getIterator(int ru) SparseBlockCOO.getIterator(int rl, int ru) SparseBlockDCSR.getIterator() -
Uses of IJV in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data that return IJVMethods in org.apache.sysds.runtime.matrix.data that return types with arguments of type IJVModifier and TypeMethodDescriptionMatrixBlock.getSparseBlockIterator()MatrixBlock.getSparseBlockIterator(int rl, int ru) MatrixBlock.getSparseBlockIterator(int rl, int ru, int cl, int cu)