Uses of Class
org.apache.sysds.runtime.matrix.operators.UnaryOperator
-
-
Uses of UnaryOperator in org.apache.sysds.runtime.compress
Methods in org.apache.sysds.runtime.compress with parameters of type UnaryOperator Modifier and Type Method Description MatrixBlockCompressedMatrixBlock. unaryOperations(UnaryOperator op, MatrixValue result) -
Uses of UnaryOperator in org.apache.sysds.runtime.compress.colgroup
-
Uses of UnaryOperator in org.apache.sysds.runtime.compress.colgroup.dictionary
Methods in org.apache.sysds.runtime.compress.colgroup.dictionary with parameters of type UnaryOperator Modifier and Type Method Description IDictionaryADictionary. applyUnaryOp(UnaryOperator op)DictionaryDictionary. applyUnaryOp(UnaryOperator op)IDictionaryIDictionary. applyUnaryOp(UnaryOperator op)Allocate a new dictionary and apply the unary operator on each cell.IDictionaryMatrixBlockDictionary. applyUnaryOp(UnaryOperator op)IDictionaryADictionary. applyUnaryOpAndAppend(UnaryOperator op, double v0, int nCol)IDictionaryDictionary. applyUnaryOpAndAppend(UnaryOperator op, double v0, int nCol)IDictionaryIDictionary. applyUnaryOpAndAppend(UnaryOperator op, double v0, int nCol)Allocate a new dictionary with one extra row and apply the unary operator on each cell.IDictionaryMatrixBlockDictionary. applyUnaryOpAndAppend(UnaryOperator op, double v0, int nCol)IDictionaryADictionary. applyUnaryOpWithReference(UnaryOperator op, double[] reference, double[] newReference)IDictionaryDictionary. applyUnaryOpWithReference(UnaryOperator op, double[] reference, double[] newReference)IDictionaryIDictionary. 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.IDictionaryMatrixBlockDictionary. 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 UnaryOperator Modifier and Type Method Description static 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 UnaryOperator Modifier and Type Method Description static UnaryOperatorInstructionUtils. parseUnaryOperator(String opcode)static UnaryOperatorInstructionUtils. parseUnaryOperator(String opcode, int k)Methods in org.apache.sysds.runtime.instructions with parameters of type UnaryOperator Modifier and Type Method Description static AggregateUnaryOperatorInstructionUtils. parseBasicCumulativeAggregateUnaryOperator(UnaryOperator uop) -
Uses of UnaryOperator in org.apache.sysds.runtime.matrix.data
-