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 MatrixBlock
CompressedMatrixBlock. 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 IDictionary
ADictionary. applyUnaryOp(UnaryOperator op)
Dictionary
Dictionary. applyUnaryOp(UnaryOperator op)
IDictionary
IDictionary. applyUnaryOp(UnaryOperator op)
Allocate a new dictionary and apply the unary operator on each cell.IDictionary
MatrixBlockDictionary. applyUnaryOp(UnaryOperator op)
IDictionary
ADictionary. applyUnaryOpAndAppend(UnaryOperator op, double v0, int nCol)
IDictionary
Dictionary. applyUnaryOpAndAppend(UnaryOperator op, double v0, int nCol)
IDictionary
IDictionary. applyUnaryOpAndAppend(UnaryOperator op, double v0, int nCol)
Allocate a new dictionary with one extra row and apply the unary operator on each cell.IDictionary
MatrixBlockDictionary. applyUnaryOpAndAppend(UnaryOperator op, double v0, int nCol)
IDictionary
ADictionary. applyUnaryOpWithReference(UnaryOperator op, double[] reference, double[] newReference)
IDictionary
Dictionary. applyUnaryOpWithReference(UnaryOperator op, double[] reference, double[] newReference)
IDictionary
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.IDictionary
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 UnaryOperator Modifier and Type Method Description static MatrixBlock
CLALibUnary. 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 UnaryOperator
InstructionUtils. parseUnaryOperator(String opcode)
static UnaryOperator
InstructionUtils. parseUnaryOperator(String opcode, int k)
Methods in org.apache.sysds.runtime.instructions with parameters of type UnaryOperator Modifier and Type Method Description static AggregateUnaryOperator
InstructionUtils. parseBasicCumulativeAggregateUnaryOperator(UnaryOperator uop)
-
Uses of UnaryOperator in org.apache.sysds.runtime.matrix.data
-