Uses of Enum Class
org.apache.sysds.runtime.data.DenseBlock.Type
Packages that use DenseBlock.Type
-
Uses of DenseBlock.Type in org.apache.sysds.runtime.data
Methods in org.apache.sysds.runtime.data that return DenseBlock.TypeModifier and TypeMethodDescriptionstatic DenseBlock.TypeDenseBlockFactory.getDenseBlockType(DenseBlock dblock) static DenseBlock.TypeReturns the enum constant of this class with the specified name.static DenseBlock.Type[]DenseBlock.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 DenseBlock.TypeModifier and TypeMethodDescriptionstatic DenseBlockDenseBlockFactory.createDenseBlock(Types.ValueType vt, DenseBlock.Type type, int[] dims, boolean dedup) static booleanDenseBlockFactory.isDenseBlockType(DenseBlock sblock, DenseBlock.Type type)