Uses of Class
org.apache.sysds.runtime.matrix.data.MatrixCell
Packages that use MatrixCell
Package
Description
-
Uses of MatrixCell in org.apache.sysds.runtime.controlprogram.context
Method parameters in org.apache.sysds.runtime.controlprogram.context with type arguments of type MatrixCellModifier and TypeMethodDescriptionstatic MatrixBlockSparkExecutionContext.toMatrixBlock(org.apache.spark.api.java.JavaPairRDD<MatrixIndexes, MatrixCell> rdd, int rlen, int clen, long nnz) Utility method for creating a single matrix block out of a binary cell RDD. -
Uses of MatrixCell in org.apache.sysds.runtime.controlprogram.parfor.util
Fields in org.apache.sysds.runtime.controlprogram.parfor.util declared as MatrixCell -
Uses of MatrixCell in org.apache.sysds.runtime.instructions.spark
Methods in org.apache.sysds.runtime.instructions.spark that return MatrixCellModifier and TypeMethodDescriptionParameterizedBuiltinSPInstruction.CreateMatrixCell.call(WeightedCell kv) Method parameters in org.apache.sysds.runtime.instructions.spark with type arguments of type MatrixCellModifier and TypeMethodDescriptionvoidParameterizedBuiltinSPInstruction.setOutputCharacteristicsForGroupedAgg(DataCharacteristics mc1, DataCharacteristics mcOut, org.apache.spark.api.java.JavaPairRDD<MatrixIndexes, MatrixCell> out) -
Uses of MatrixCell in org.apache.sysds.runtime.instructions.spark.functions
Methods in org.apache.sysds.runtime.instructions.spark.functions that return types with arguments of type MatrixCellModifier and TypeMethodDescriptionscala.Tuple2<MatrixIndexes,MatrixCell> CopyBinaryCellFunction.call(scala.Tuple2<MatrixIndexes, MatrixCell> arg0) Method parameters in org.apache.sysds.runtime.instructions.spark.functions with type arguments of type MatrixCellModifier and TypeMethodDescriptionscala.Tuple2<MatrixIndexes,MatrixCell> CopyBinaryCellFunction.call(scala.Tuple2<MatrixIndexes, MatrixCell> arg0) -
Uses of MatrixCell in org.apache.sysds.runtime.instructions.spark.utils
Methods in org.apache.sysds.runtime.instructions.spark.utils that return types with arguments of type MatrixCellModifier and TypeMethodDescriptionstatic org.apache.spark.api.java.JavaPairRDD<MatrixIndexes,MatrixCell> SparkUtils.cacheBinaryCellRDD(org.apache.spark.api.java.JavaPairRDD<MatrixIndexes, MatrixCell> input) Method parameters in org.apache.sysds.runtime.instructions.spark.utils with type arguments of type MatrixCellModifier and TypeMethodDescriptionstatic org.apache.spark.api.java.JavaPairRDD<MatrixIndexes,MatrixBlock> RDDConverterUtils.binaryCellToBinaryBlock(org.apache.spark.api.java.JavaSparkContext sc, org.apache.spark.api.java.JavaPairRDD<MatrixIndexes, MatrixCell> input, DataCharacteristics mcOut, boolean outputEmptyBlocks) static org.apache.spark.api.java.JavaPairRDD<MatrixIndexes,MatrixCell> SparkUtils.cacheBinaryCellRDD(org.apache.spark.api.java.JavaPairRDD<MatrixIndexes, MatrixCell> input) Iterator<scala.Tuple2<MatrixIndexes,MatrixBlock>> RDDConverterUtils.BinaryCellToBinaryBlockFunction.call(Iterator<scala.Tuple2<MatrixIndexes, MatrixCell>> arg0) static DataCharacteristicsSparkUtils.computeDataCharacteristics(org.apache.spark.api.java.JavaPairRDD<MatrixIndexes, MatrixCell> input) Utility to compute dimensions and non-zeros in a given RDD of binary cells. -
Uses of MatrixCell in org.apache.sysds.runtime.matrix.data
Subclasses of MatrixCell in org.apache.sysds.runtime.matrix.dataMethods in org.apache.sysds.runtime.matrix.data with parameters of type MatrixCell