Class MatrixFunction
- java.lang.Object
-
- org.apache.poi.ss.formula.functions.MatrixFunction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MatrixFunction.MutableValueCollector
static class
MatrixFunction.OneArrayArg
static class
MatrixFunction.TwoArrayArg
-
Constructor Summary
Constructors Constructor Description MatrixFunction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
checkValues(double[] results)
protected double
singleOperandEvaluate(ValueEval arg, int srcCellRow, int srcCellCol)
-
-
-
Method Detail
-
checkValues
public static void checkValues(double[] results) throws EvaluationException
- Throws:
EvaluationException
-
singleOperandEvaluate
protected final double singleOperandEvaluate(ValueEval arg, int srcCellRow, int srcCellCol) throws EvaluationException
- Throws:
EvaluationException
-
-