Class CopyBinaryCellFunction

java.lang.Object
org.apache.sysds.runtime.instructions.spark.functions.CopyBinaryCellFunction
All Implemented Interfaces:
Serializable, org.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixCell>,MatrixIndexes,MatrixCell>

public class CopyBinaryCellFunction extends Object implements org.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixCell>,MatrixIndexes,MatrixCell>
See Also: