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
public abstract static class MatrixFunction.TwoArrayArg extends Fixed2ArgFunction
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TwoArrayArg()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract double[]
collectValues(ValueEval arg)
protected abstract double[][]
evaluate(double[][] d1, double[][] d2)
ValueEval
evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0, ValueEval arg1)
-
Methods inherited from class org.apache.poi.ss.formula.functions.Fixed2ArgFunction
evaluate, evaluate, evaluateArray
-
-
-
-
Method Detail
-
evaluate
public ValueEval evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0, ValueEval arg1)
Description copied from interface:Function2Arg
-
evaluate
protected abstract double[][] evaluate(double[][] d1, double[][] d2) throws EvaluationException
- Throws:
EvaluationException
-
collectValues
protected abstract double[] collectValues(ValueEval arg) throws EvaluationException
- Throws:
EvaluationException
-
-