Uses of Class
org.apache.sysds.runtime.matrix.operators.UnaryOperator
- 
- 
Uses of UnaryOperator in org.apache.sysds.runtime.compressMethods 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.colgroupMethods in org.apache.sysds.runtime.compress.colgroup with parameters of type UnaryOperator Modifier and Type Method Description abstract AColGroupAColGroup. unaryOperation(UnaryOperator op)AColGroupColGroupConst. unaryOperation(UnaryOperator op)AColGroupColGroupDDC. unaryOperation(UnaryOperator op)AColGroupColGroupDDCFOR. unaryOperation(UnaryOperator op)AColGroupColGroupEmpty. unaryOperation(UnaryOperator op)AColGroupColGroupOLE. unaryOperation(UnaryOperator op)AColGroupColGroupRLE. unaryOperation(UnaryOperator op)AColGroupColGroupSDC. unaryOperation(UnaryOperator op)AColGroupColGroupSDCFOR. unaryOperation(UnaryOperator op)AColGroupColGroupSDCSingle. unaryOperation(UnaryOperator op)AColGroupColGroupSDCSingleZeros. unaryOperation(UnaryOperator op)AColGroupColGroupSDCZeros. unaryOperation(UnaryOperator op)AColGroupColGroupUncompressed. unaryOperation(UnaryOperator op)
- 
Uses of UnaryOperator in org.apache.sysds.runtime.compress.colgroup.dictionaryMethods in org.apache.sysds.runtime.compress.colgroup.dictionary with parameters of type UnaryOperator Modifier and Type Method Description abstract ADictionaryADictionary. applyUnaryOp(UnaryOperator op)Allocate a new dictionary and apply the unary operator on each cell.DictionaryDictionary. applyUnaryOp(UnaryOperator op)ADictionaryMatrixBlockDictionary. applyUnaryOp(UnaryOperator op)ADictionaryQDictionary. applyUnaryOp(UnaryOperator op)abstract ADictionaryADictionary. 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.ADictionaryDictionary. applyUnaryOpWithReference(UnaryOperator op, double[] reference, double[] newReference)ADictionaryMatrixBlockDictionary. applyUnaryOpWithReference(UnaryOperator op, double[] reference, double[] newReference)ADictionaryQDictionary. applyUnaryOpWithReference(UnaryOperator op, double[] reference, double[] newReference)
- 
Uses of UnaryOperator in org.apache.sysds.runtime.compress.libMethods 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.instructionsMethods in org.apache.sysds.runtime.instructions that return UnaryOperator Modifier and Type Method Description static UnaryOperatorInstructionUtils. parseUnaryOperator(String opcode)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
 
-