Uses of Class
org.apache.sysds.runtime.matrix.operators.ReorgOperator
- 
- 
Uses of ReorgOperator in org.apache.sysds.runtime.compressMethods in org.apache.sysds.runtime.compress with parameters of type ReorgOperator Modifier and Type Method Description MatrixBlockCompressedMatrixBlock. reorgOperations(ReorgOperator op, MatrixValue ret, int startRow, int startColumn, int length)
- 
Uses of ReorgOperator in org.apache.sysds.runtime.instructions.spark.utilsMethods in org.apache.sysds.runtime.instructions.spark.utils with parameters of type ReorgOperator Modifier and Type Method Description static org.apache.spark.api.java.JavaPairRDD<MatrixIndexes,MatrixBlock>RDDSortUtils. sortDataByValMemSort(org.apache.spark.api.java.JavaPairRDD<MatrixIndexes,MatrixBlock> val, org.apache.spark.api.java.JavaPairRDD<MatrixIndexes,MatrixBlock> data, boolean asc, long rlen, long clen, int blen, SparkExecutionContext sec, ReorgOperator r_op)This function collects and sorts value column in memory and then broadcasts it.
- 
Uses of ReorgOperator in org.apache.sysds.runtime.matrix.dataMethods in org.apache.sysds.runtime.matrix.data with parameters of type ReorgOperator Modifier and Type Method Description static booleanLibMatrixReorg. isSupportedReorgOperator(ReorgOperator op)static voidOperationsOnMatrixValues. performReorg(MatrixIndexes indexesIn, MatrixValue valueIn, MatrixIndexes indexesOut, MatrixValue valueOut, ReorgOperator op, int startRow, int startColumn, int length)static MatrixBlockLibMatrixReorg. reorg(MatrixBlock in, MatrixBlock out, ReorgOperator op)static MatrixBlockLibMatrixReorg. reorgInPlace(MatrixBlock in, ReorgOperator op)MatrixValueCM_N_COVCell. reorgOperations(ReorgOperator op, MatrixValue result, int startRow, int startColumn, int length)MatrixBlockMatrixBlock. reorgOperations(ReorgOperator op, MatrixValue ret, int startRow, int startColumn, int length)MatrixValueMatrixCell. reorgOperations(ReorgOperator op, MatrixValue result, int startRow, int startColumn, int length)abstract MatrixValueMatrixValue. reorgOperations(ReorgOperator op, MatrixValue result, int startRow, int startColumn, int length)MatrixValueWeightedCell. reorgOperations(ReorgOperator op, MatrixValue result, int startRow, int startColumn, int length)
- 
Uses of ReorgOperator in org.apache.sysds.runtime.matrix.operatorsMethods in org.apache.sysds.runtime.matrix.operators that return ReorgOperator Modifier and Type Method Description ReorgOperatorReorgOperator. setFn(IndexFunction fn)
- 
Uses of ReorgOperator in org.apache.sysds.runtime.metaMethods in org.apache.sysds.runtime.meta with parameters of type ReorgOperator Modifier and Type Method Description static voidDataCharacteristics. reorg(DataCharacteristics dim, ReorgOperator op, DataCharacteristics dimOut)
 
-