Uses of Enum Class
org.apache.sysds.runtime.controlprogram.caching.MatrixObject.UpdateType
Packages that use MatrixObject.UpdateType
Package
Description
-
Uses of MatrixObject.UpdateType in org.apache.sysds.hops
Methods in org.apache.sysds.hops that return MatrixObject.UpdateTypeMethods in org.apache.sysds.hops with parameters of type MatrixObject.UpdateTypeModifier and TypeMethodDescriptionvoidDataOp.setOutputParams(long dim1, long dim2, long nnz, MatrixObject.UpdateType update, int blen) voidHop.setUpdateType(MatrixObject.UpdateType update) Constructors in org.apache.sysds.hops with parameters of type MatrixObject.UpdateTypeModifierConstructorDescriptionDataOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOpData dop, String fname, long dim1, long dim2, long nnz, MatrixObject.UpdateType update, int blen) -
Uses of MatrixObject.UpdateType in org.apache.sysds.lops
Methods in org.apache.sysds.lops that return MatrixObject.UpdateTypeMethods in org.apache.sysds.lops with parameters of type MatrixObject.UpdateTypeModifier and TypeMethodDescriptionvoidOutputParameters.setDimensions(long rows, long cols, long blen, long nnz, MatrixObject.UpdateType update) voidOutputParameters.setDimensions(long rows, long cols, long blen, long nnz, MatrixObject.UpdateType update, long compressedSize) voidOutputParameters.setUpdateType(MatrixObject.UpdateType update) -
Uses of MatrixObject.UpdateType in org.apache.sysds.runtime.compress
Methods in org.apache.sysds.runtime.compress with parameters of type MatrixObject.UpdateTypeModifier and TypeMethodDescriptionCompressedMatrixBlock.leftIndexingOperations(ScalarObject scalar, int rl, int cl, MatrixBlock ret, MatrixObject.UpdateType update) CompressedMatrixBlock.leftIndexingOperations(MatrixBlock rhsMatrix, int rl, int ru, int cl, int cu, MatrixBlock ret, MatrixObject.UpdateType update) -
Uses of MatrixObject.UpdateType in org.apache.sysds.runtime.controlprogram.caching
Methods in org.apache.sysds.runtime.controlprogram.caching that return MatrixObject.UpdateTypeModifier and TypeMethodDescriptionMatrixObject.getUpdateType()static MatrixObject.UpdateTypeReturns the enum constant of this class with the specified name.static MatrixObject.UpdateType[]MatrixObject.UpdateType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.runtime.controlprogram.caching with parameters of type MatrixObject.UpdateType -
Uses of MatrixObject.UpdateType in org.apache.sysds.runtime.controlprogram.context
Methods in org.apache.sysds.runtime.controlprogram.context with parameters of type MatrixObject.UpdateTypeModifier and TypeMethodDescriptionvoidExecutionContext.setMatrixOutput(String varName, MatrixBlock outputData, MatrixObject.UpdateType flag) -
Uses of MatrixObject.UpdateType in org.apache.sysds.runtime.instructions.cp
Methods in org.apache.sysds.runtime.instructions.cp with parameters of type MatrixObject.UpdateTypeModifier and TypeMethodDescriptionstatic InstructionVariableCPInstruction.prepCreatevarInstruction(String varName, String fileName, boolean fNameOverride, Types.DataType dt, String format, DataCharacteristics mc, MatrixObject.UpdateType update) static InstructionVariableCPInstruction.prepCreatevarInstruction(String varName, String fileName, boolean fNameOverride, Types.DataType dt, String format, DataCharacteristics mc, MatrixObject.UpdateType update, boolean hasHeader, String delim, boolean sparse) -
Uses of MatrixObject.UpdateType in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data with parameters of type MatrixObject.UpdateTypeModifier and TypeMethodDescriptionMatrixBlock.leftIndexingOperations(ScalarObject scalar, int rl, int cl, MatrixBlock ret, MatrixObject.UpdateType update) Explicitly allow left indexing for scalars.MatrixBlock.leftIndexingOperations(MatrixBlock rhsMatrix, int rl, int ru, int cl, int cu, MatrixBlock ret, MatrixObject.UpdateType update) final MatrixBlockMatrixBlock.leftIndexingOperations(MatrixBlock rhsMatrix, IndexRange ixrange, MatrixBlock ret, MatrixObject.UpdateType update)