Class ComputeBinaryBlockNnzFunction
- java.lang.Object
 - 
- org.apache.sysds.runtime.instructions.spark.functions.ComputeBinaryBlockNnzFunction
 
 
- 
- All Implemented Interfaces:
 Serializable,org.apache.spark.api.java.function.Function<MatrixBlock,MatrixBlock>
public class ComputeBinaryBlockNnzFunction extends Object implements org.apache.spark.api.java.function.Function<MatrixBlock,MatrixBlock>
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ComputeBinaryBlockNnzFunction(org.apache.spark.util.LongAccumulator aNnz) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixBlockcall(MatrixBlock arg0) 
 - 
 
- 
- 
Method Detail
- 
call
public MatrixBlock call(MatrixBlock arg0)
- Specified by:
 callin interfaceorg.apache.spark.api.java.function.Function<MatrixBlock,MatrixBlock>
 
 - 
 
 -