Uses of Class
org.apache.sysds.runtime.matrix.operators.UnaryOperator
Packages that use UnaryOperator
Package
Description
-
Uses of UnaryOperator in org.apache.sysds.runtime.compress
Methods in org.apache.sysds.runtime.compress with parameters of type UnaryOperatorModifier and TypeMethodDescriptionCompressedMatrixBlock.unaryOperations(UnaryOperator op, MatrixValue result) -
Uses of UnaryOperator in org.apache.sysds.runtime.compress.colgroup
Methods in org.apache.sysds.runtime.compress.colgroup with parameters of type UnaryOperatorModifier and TypeMethodDescriptionabstract AColGroupAColGroup.unaryOperation(UnaryOperator op) Perform unary operation on the column group and return a new column groupColGroupConst.unaryOperation(UnaryOperator op) ColGroupDDC.unaryOperation(UnaryOperator op) ColGroupDDCFOR.unaryOperation(UnaryOperator op) ColGroupDDCLZW.unaryOperation(UnaryOperator op) ColGroupDeltaDDC.unaryOperation(UnaryOperator op) ColGroupEmpty.unaryOperation(UnaryOperator op) ColGroupLinearFunctional.unaryOperation(UnaryOperator op) ColGroupOLE.unaryOperation(UnaryOperator op) ColGroupRLE.unaryOperation(UnaryOperator op) ColGroupSDC.unaryOperation(UnaryOperator op) ColGroupSDCFOR.unaryOperation(UnaryOperator op) ColGroupSDCSingle.unaryOperation(UnaryOperator op) ColGroupSDCSingleZeros.unaryOperation(UnaryOperator op) ColGroupSDCZeros.unaryOperation(UnaryOperator op) ColGroupUncompressed.unaryOperation(UnaryOperator op) ColGroupUncompressedArray.unaryOperation(UnaryOperator op) static double[]ColGroupUtils.unaryOperator(UnaryOperator op, double[] reference) -
Uses of UnaryOperator in org.apache.sysds.runtime.compress.colgroup.dictionary
Methods in org.apache.sysds.runtime.compress.colgroup.dictionary with parameters of type UnaryOperatorModifier and TypeMethodDescriptionADictionary.applyUnaryOp(UnaryOperator op) Dictionary.applyUnaryOp(UnaryOperator op) IDictionary.applyUnaryOp(UnaryOperator op) Allocate a new dictionary and apply the unary operator on each cell.MatrixBlockDictionary.applyUnaryOp(UnaryOperator op) ADictionary.applyUnaryOpAndAppend(UnaryOperator op, double v0, int nCol) Dictionary.applyUnaryOpAndAppend(UnaryOperator op, double v0, int nCol) IDictionary.applyUnaryOpAndAppend(UnaryOperator op, double v0, int nCol) Allocate a new dictionary with one extra row and apply the unary operator on each cell.MatrixBlockDictionary.applyUnaryOpAndAppend(UnaryOperator op, double v0, int nCol) ADictionary.applyUnaryOpWithReference(UnaryOperator op, double[] reference, double[] newReference) Dictionary.applyUnaryOpWithReference(UnaryOperator op, double[] reference, double[] newReference) IDictionary.applyUnaryOpWithReference(UnaryOperator op, double[] reference, double[] newReference) Allocate a new dictionary and apply the scalar operation on each cell to then return a new dictionary.MatrixBlockDictionary.applyUnaryOpWithReference(UnaryOperator op, double[] reference, double[] newReference) -
Uses of UnaryOperator in org.apache.sysds.runtime.compress.lib
Methods in org.apache.sysds.runtime.compress.lib with parameters of type UnaryOperatorModifier and TypeMethodDescriptionstatic MatrixBlockCLALibUnary.unaryOperations(CompressedMatrixBlock m, UnaryOperator op, MatrixValue result) -
Uses of UnaryOperator in org.apache.sysds.runtime.instructions
Methods in org.apache.sysds.runtime.instructions that return UnaryOperatorModifier and TypeMethodDescriptionstatic UnaryOperatorInstructionUtils.parseUnaryOperator(String opcode) static UnaryOperatorInstructionUtils.parseUnaryOperator(String opcode, int k) Methods in org.apache.sysds.runtime.instructions with parameters of type UnaryOperatorModifier and TypeMethodDescriptionstatic AggregateUnaryOperatorInstructionUtils.parseBasicCumulativeAggregateUnaryOperator(UnaryOperator uop) -
Uses of UnaryOperator in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data with parameters of type UnaryOperatorModifier and TypeMethodDescriptionstatic MatrixBlockLibMatrixAgg.cumaggregateUnaryMatrix(MatrixBlock in, MatrixBlock out, UnaryOperator uop) static MatrixBlockLibMatrixAgg.cumaggregateUnaryMatrix(MatrixBlock in, MatrixBlock out, UnaryOperator uop, double[] agg) static MatrixBlockLibMatrixAgg.cumaggregateUnaryMatrix(MatrixBlock in, MatrixBlock out, UnaryOperator uop, int k) static booleanLibMatrixAgg.isSupportedUnaryOperator(UnaryOperator op) voidMatrixCell.sparseUnaryOperationsInPlace(UnaryOperator op) voidWeightedCell.sparseUnaryOperationsInPlace(UnaryOperator op) final MatrixBlockMatrixBlock.unaryOperations(UnaryOperator op) MatrixBlock.unaryOperations(UnaryOperator op, MatrixValue result) MatrixCell.unaryOperations(UnaryOperator op, MatrixValue result) abstract MatrixValueMatrixValue.unaryOperations(UnaryOperator op, MatrixValue result) WeightedCell.unaryOperations(UnaryOperator op, MatrixValue result) static MatrixBlockLibMatrixBincell.uncellOp(MatrixBlock m1, MatrixBlock ret, UnaryOperator op)