Class CopyMatrixBlockFunction
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.spark.functions.CopyMatrixBlockFunction
 
- 
- All Implemented Interfaces:
- Serializable,- org.apache.spark.api.java.function.Function<MatrixBlock,MatrixBlock>
 
 public class CopyMatrixBlockFunction extends Object implements org.apache.spark.api.java.function.Function<MatrixBlock,MatrixBlock> General purpose copy function for binary block rdds. This function can be used in mapValues (copy matrix blocks). It supports both deep and shallow copies of values.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CopyMatrixBlockFunction()CopyMatrixBlockFunction(boolean deepCopy)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixBlockcall(MatrixBlock arg0)
 
- 
- 
- 
Method Detail- 
callpublic MatrixBlock call(MatrixBlock arg0) throws Exception - Specified by:
- callin interface- org.apache.spark.api.java.function.Function<MatrixBlock,MatrixBlock>
- Throws:
- Exception
 
 
- 
 
-