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 Dictionary
Dictionary. applyUnaryOp(UnaryOperator op)
IDictionary
IdentityDictionary. 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
PlaceHolderDict. applyUnaryOp(UnaryOperator op)
IDictionary
QDictionary. applyUnaryOp(UnaryOperator op)
IDictionary
Dictionary. applyUnaryOpAndAppend(UnaryOperator op, double v0, int nCol)
IDictionary
IdentityDictionary. 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
PlaceHolderDict. applyUnaryOpAndAppend(UnaryOperator op, double v0, int nCol)
IDictionary
QDictionary. applyUnaryOpAndAppend(UnaryOperator op, double v0, int nCol)
IDictionary
Dictionary. applyUnaryOpWithReference(UnaryOperator op, double[] reference, double[] newReference)
IDictionary
IdentityDictionary. 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)
IDictionary
PlaceHolderDict. applyUnaryOpWithReference(UnaryOperator op, double[] reference, double[] newReference)
IDictionary
QDictionary. 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
-