Class CTable
java.lang.Object
org.apache.sysds.runtime.functionobjects.FunctionObject
org.apache.sysds.runtime.functionobjects.ValueFunction
org.apache.sysds.runtime.functionobjects.CTable
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidexecute(double v1, double v2, double w, boolean ignoreZeros, CTableMap resultMap, MatrixBlock resultBlock) voidexecute(double v1, double v2, double w, boolean ignoreZeros, MatrixBlock ctableResult) intexecute(int row, double v2, double w, int maxCol, int[] retIx, double[] retVals) execute(long row, double v2, double w) voidexecute(MatrixBlock in1, MatrixBlock in2, MatrixBlock w, CTableMap resultMap, int k) static CTablegetMergePartialCTMapsTask(CTableMap map1, CTableMap map2, ArrayList<CTableMap> pmaps) getPartialCTableTask(MatrixBlock in1, MatrixBlock in2, MatrixBlock w, int startInd, int blockSize, ArrayList<CTableMap> pmaps) Methods inherited from class org.apache.sysds.runtime.functionobjects.ValueFunction
isBinary, requiresCorrection, toString
-
Method Details
-
getCTableFnObject
-
execute
public void execute(double v1, double v2, double w, boolean ignoreZeros, CTableMap resultMap, MatrixBlock resultBlock) -
execute
-
execute
-
execute
public int execute(int row, double v2, double w, int maxCol, int[] retIx, double[] retVals) -
execute
-
execute
-
getPartialCTableTask
public Callable<Object> getPartialCTableTask(MatrixBlock in1, MatrixBlock in2, MatrixBlock w, int startInd, int blockSize, ArrayList<CTableMap> pmaps) -
getMergePartialCTMapsTask
-