Class MatrixFunction.OneArrayArg
- java.lang.Object
-
- org.apache.poi.ss.formula.functions.Fixed1ArgFunction
-
- org.apache.poi.ss.formula.functions.MatrixFunction.OneArrayArg
-
- All Implemented Interfaces:
Function
,Function1Arg
- Enclosing class:
- MatrixFunction
public abstract static class MatrixFunction.OneArrayArg extends Fixed1ArgFunction
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
OneArrayArg()
-
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)
ValueEval
evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0)
-
Methods inherited from class org.apache.poi.ss.formula.functions.Fixed1ArgFunction
evaluate, evaluate
-
-
-
-
Method Detail
-
evaluate
public ValueEval evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0)
Description copied from interface:Function1Arg
-
evaluate
protected abstract double[][] evaluate(double[][] d1) throws EvaluationException
- Throws:
EvaluationException
-
collectValues
protected abstract double[] collectValues(ValueEval arg) throws EvaluationException
- Throws:
EvaluationException
-
-