Class MatrixFunction.TwoArrayArg
java.lang.Object
org.apache.poi.ss.formula.functions.Fixed2ArgFunction
org.apache.poi.ss.formula.functions.MatrixFunction.TwoArrayArg
- All Implemented Interfaces:
Function
,Function2Arg
- Enclosing class:
- MatrixFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract double[]
collectValues
(ValueEval arg) protected abstract double[][]
evaluate
(double[][] d1, double[][] d2) Methods inherited from class org.apache.poi.ss.formula.functions.Fixed2ArgFunction
evaluate
-
Constructor Details
-
TwoArrayArg
protected TwoArrayArg()
-
-
Method Details
-
evaluate
Description copied from interface:Function2Arg
-
evaluate
- Throws:
EvaluationException
-
collectValues
- Throws:
EvaluationException
-