Class OuterVectorBinaryOpFunction
- java.lang.Object
 - 
- org.apache.sysds.runtime.instructions.spark.functions.OuterVectorBinaryOpFunction
 
 
- 
- All Implemented Interfaces:
 Serializable,org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>
public class OuterVectorBinaryOpFunction extends Object implements org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description OuterVectorBinaryOpFunction(BinaryOperator op, PartitionedBroadcast<MatrixBlock> binput) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sysds.runtime.instructions.spark.functions.OuterVectorBinaryOpFunction.OuterVectorBinaryOpIteratorcall(scala.Tuple2<MatrixIndexes,MatrixBlock> arg0) 
 - 
 
- 
- 
Constructor Detail
- 
OuterVectorBinaryOpFunction
public OuterVectorBinaryOpFunction(BinaryOperator op, PartitionedBroadcast<MatrixBlock> binput)
 
 - 
 
- 
Method Detail
- 
call
public org.apache.sysds.runtime.instructions.spark.functions.OuterVectorBinaryOpFunction.OuterVectorBinaryOpIterator call(scala.Tuple2<MatrixIndexes,MatrixBlock> arg0) throws Exception
- Specified by:
 callin interfaceorg.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>- Throws:
 Exception
 
 - 
 
 -