Class MatrixFunction
- java.lang.Object
 - 
- org.apache.poi.ss.formula.functions.MatrixFunction
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMatrixFunction.MutableValueCollectorstatic classMatrixFunction.OneArrayArgstatic classMatrixFunction.TwoArrayArg 
- 
Constructor Summary
Constructors Constructor Description MatrixFunction() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcheckValues(double[] results)protected doublesingleOperandEvaluate(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
 
 - 
 
 -