Uses of Class
org.apache.sysds.runtime.data.SparseRow
Packages that use SparseRow
Package
Description
-
Uses of SparseRow in org.apache.sysds.runtime.compress
Methods in org.apache.sysds.runtime.compress with parameters of type SparseRow -
Uses of SparseRow in org.apache.sysds.runtime.data
Subclasses of SparseRow in org.apache.sysds.runtime.dataModifier and TypeClassDescriptionfinal classfinal classA sparse row vector that is able to grow dynamically as values are appended to it.Methods in org.apache.sysds.runtime.data that return SparseRowModifier and TypeMethodDescriptionabstract SparseRowSparseRow.append(int col, double v) Appends a value to the end of the sparse row.SparseRowScalar.append(int col, double v) abstract SparseRowSparseRow.copy(boolean deep) Make a copy of this row.SparseRowScalar.copy(boolean deep) SparseRowVector.copy(boolean deep) abstract SparseRowSparseBlock.get(int r) Get values of row r in the format of a sparse row.SparseBlockCOO.get(int r) SparseBlockCSC.get(int r) SparseBlockCSR.get(int r) SparseBlockDCSR.get(int r) SparseBlockMCSC.get(int r) SparseBlockMCSR.get(int r) SparseBlockCSC.getCol(int c) SparseBlockMCSC.getCol(int c) SparseBlockMCSC.getCols()Helper function for MCSCSparseBlockMCSC.getRows()Helper function for MCSCSparseBlockMCSR.getRows()Helper function for MCSR -> {COO, CSR}Methods in org.apache.sysds.runtime.data with parameters of type SparseRowModifier and TypeMethodDescriptionvoidstatic SparseBlockSparseBlockFactory.createSparseBlock(SparseBlock.Type type, SparseRow row) abstract voidSet the values of row r to the given sparse row.voidvoidvoidvoidvoidvoidvoidvoidConstructors in org.apache.sysds.runtime.data with parameters of type SparseRowModifierConstructorDescriptionSparseBlockCOO(SparseRow[] rows, int nnz) Copy constructor old sparse row representation.SparseBlockCSC(SparseRow[] cols, int nnz) SparseBlockCSR(SparseRow[] rows, int nnz) Copy constructor old sparse row representation.SparseBlockMCSC(SparseRow[] cols, boolean deep, int rlen) SparseBlockMCSR(SparseRow[] rows, boolean deep) Copy constructor old sparse row representation.SparseRowVector(SparseRow that) -
Uses of SparseRow in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data with parameters of type SparseRow