Modifier and Type | Class and Description |
---|---|
static class |
MatrixFunction.MutableValueCollector |
static class |
MatrixFunction.OneArrayArg |
static class |
MatrixFunction.TwoArrayArg |
Modifier and Type | Field and Description |
---|---|
static Function |
MDETERM |
static Function |
MINVERSE |
static Function |
MMULT |
static Function |
TRANSPOSE |
Constructor and Description |
---|
MatrixFunction() |
Modifier and Type | Method and Description |
---|---|
static void |
checkValues(double[] results) |
protected double |
singleOperandEvaluate(ValueEval arg,
int srcCellRow,
int srcCellCol) |
public static final Function MINVERSE
public static final Function TRANSPOSE
public static final Function MDETERM
public static final Function MMULT
public static void checkValues(double[] results) throws EvaluationException
EvaluationException
protected final double singleOperandEvaluate(ValueEval arg, int srcCellRow, int srcCellCol) throws EvaluationException
EvaluationException
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.