Uses of Class
org.apache.sysds.runtime.matrix.operators.ReorgOperator
Packages that use ReorgOperator
Package
Description
-
Uses of ReorgOperator in org.apache.sysds.runtime.compress
Methods in org.apache.sysds.runtime.compress with parameters of type ReorgOperatorModifier and TypeMethodDescriptionCompressedMatrixBlock.reorgOperations(ReorgOperator op, MatrixValue ret, int startRow, int startColumn, int length) -
Uses of ReorgOperator in org.apache.sysds.runtime.compress.lib
Methods in org.apache.sysds.runtime.compress.lib with parameters of type ReorgOperatorModifier and TypeMethodDescriptionstatic MatrixBlockCLALibReorg.reorg(CompressedMatrixBlock cmb, ReorgOperator op, MatrixBlock ret, int startRow, int startColumn, int length) -
Uses of ReorgOperator in org.apache.sysds.runtime.instructions.spark.utils
Methods in org.apache.sysds.runtime.instructions.spark.utils with parameters of type ReorgOperatorModifier and TypeMethodDescriptionstatic 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.data
Methods in org.apache.sysds.runtime.matrix.data with parameters of type ReorgOperatorModifier and TypeMethodDescriptionstatic booleanLibMatrixReorg.isSupportedReorgOperator(ReorgOperator op) static MatrixBlockLibMatrixReorg.reorg(MatrixBlock in, MatrixBlock out, ReorgOperator op) static MatrixBlockLibMatrixReorg.reorgInPlace(MatrixBlock in, ReorgOperator op) MatrixBlock.reorgOperations(ReorgOperator op, MatrixValue ret, int startRow, int startColumn, int length) MatrixCell.reorgOperations(ReorgOperator op, MatrixValue result, int startRow, int startColumn, int length) abstract MatrixValueMatrixValue.reorgOperations(ReorgOperator op, MatrixValue result, int startRow, int startColumn, int length) WeightedCell.reorgOperations(ReorgOperator op, MatrixValue result, int startRow, int startColumn, int length) -
Uses of ReorgOperator in org.apache.sysds.runtime.matrix.operators
Methods in org.apache.sysds.runtime.matrix.operators that return ReorgOperator