Class MatrixFunction
java.lang.Object
org.apache.poi.ss.formula.functions.MatrixFunction
- All Implemented Interfaces:
Function
- Author:
- Robert Hulbert
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkValues
(double[] results) protected final double
singleOperandEvaluate
(ValueEval arg, int srcCellRow, int srcCellCol)
-
Field Details
-
MINVERSE
-
TRANSPOSE
-
MDETERM
-
MMULT
-
-
Constructor Details
-
MatrixFunction
public MatrixFunction()
-
-
Method Details
-
checkValues
- Throws:
EvaluationException
-
singleOperandEvaluate
protected final double singleOperandEvaluate(ValueEval arg, int srcCellRow, int srcCellCol) throws EvaluationException - Throws:
EvaluationException
-