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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract double[]
collectValues
(ValueEval arg) protected abstract double[][]
evaluate
(double[][] d1) Methods inherited from class org.apache.poi.ss.formula.functions.Fixed1ArgFunction
evaluate
-
Constructor Details
-
OneArrayArg
protected OneArrayArg()
-
-
Method Details
-
evaluate
Description copied from interface:Function1Arg
-
evaluate
- Throws:
EvaluationException
-
collectValues
- Throws:
EvaluationException
-