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 SummaryConstructors Constructor Description OuterVectorBinaryOpFunction(BinaryOperator op, PartitionedBroadcast<MatrixBlock> binput)
 - 
Method SummaryAll 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- 
OuterVectorBinaryOpFunctionpublic OuterVectorBinaryOpFunction(BinaryOperator op, PartitionedBroadcast<MatrixBlock> binput) 
 
- 
 - 
Method Detail- 
callpublic org.apache.sysds.runtime.instructions.spark.functions.OuterVectorBinaryOpFunction.OuterVectorBinaryOpIterator call(scala.Tuple2<MatrixIndexes,MatrixBlock> arg0) throws Exception - Specified by:
- callin interface- org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>
- Throws:
- Exception
 
 
- 
 
-