Uses of Enum Class
org.apache.sysds.runtime.data.SparseBlock.Type
Packages that use SparseBlock.Type
Package
Description
-
Uses of SparseBlock.Type in org.apache.sysds.runtime.compress
Methods in org.apache.sysds.runtime.compress with parameters of type SparseBlock.TypeModifier and TypeMethodDescriptionvoidCompressedMatrixBlock.allocateAndResetSparseBlock(boolean clearNNZ, SparseBlock.Type stype) -
Uses of SparseBlock.Type in org.apache.sysds.runtime.data
Fields in org.apache.sysds.runtime.data declared as SparseBlock.TypeModifier and TypeFieldDescriptionstatic final SparseBlock.TypeBasicTensorBlock.DEFAULT_SPARSEBLOCKMethods in org.apache.sysds.runtime.data that return SparseBlock.TypeModifier and TypeMethodDescriptionabstract SparseBlock.TypeSparseBlock.getSparseBlockType()Get the type of the sparse block.SparseBlockCOO.getSparseBlockType()SparseBlockCSC.getSparseBlockType()SparseBlockCSR.getSparseBlockType()SparseBlockDCSR.getSparseBlockType()SparseBlockMCSC.getSparseBlockType()SparseBlockMCSR.getSparseBlockType()static SparseBlock.TypeReturns the enum constant of this class with the specified name.static SparseBlock.Type[]SparseBlock.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.runtime.data with parameters of type SparseBlock.TypeModifier and TypeMethodDescriptionstatic SparseBlockSparseBlockFactory.copySparseBlock(SparseBlock.Type type, SparseBlock sblock, boolean forceCopy) static SparseBlockSparseBlockFactory.copySparseBlock(SparseBlock.Type type, SparseBlock sblock, boolean forceCopy, int clen) static SparseBlockSparseBlockFactory.createSparseBlock(SparseBlock.Type type, int rlen) static SparseBlockSparseBlockFactory.createSparseBlock(SparseBlock.Type type, SparseRow row) static longSparseBlockFactory.estimateSizeSparseInMemory(SparseBlock.Type type, long nrows, long ncols, double sparsity) static booleanSparseBlockFactory.isSparseBlockType(SparseBlock sblock, SparseBlock.Type type) -
Uses of SparseBlock.Type in org.apache.sysds.runtime.instructions.spark.functions
Constructors in org.apache.sysds.runtime.instructions.spark.functions with parameters of type SparseBlock.Type -
Uses of SparseBlock.Type in org.apache.sysds.runtime.matrix.data
Fields in org.apache.sysds.runtime.matrix.data declared as SparseBlock.TypeModifier and TypeFieldDescriptionstatic final SparseBlock.TypeMatrixBlock.DEFAULT_INPLACE_SPARSEBLOCKstatic final SparseBlock.TypeMatrixBlock.DEFAULT_SPARSEBLOCKMethods in org.apache.sysds.runtime.matrix.data with parameters of type SparseBlock.TypeModifier and TypeMethodDescriptionvoidMatrixBlock.allocateAndResetSparseBlock(boolean clearNNZ, SparseBlock.Type stype) static longMatrixBlock.estimateSizeSparseInMemory(long nrows, long ncols, double sparsity, SparseBlock.Type stype) longMatrixBlock.estimateSizeSparseInMemory(SparseBlock.Type stype) Constructors in org.apache.sysds.runtime.matrix.data with parameters of type SparseBlock.TypeModifierConstructorDescriptionMatrixBlock(MatrixBlock that, SparseBlock.Type stype, boolean deep)