public class Det extends AbstractMatrix1Expr
Constructor and Description |
---|
Det() |
Modifier and Type | Method and Description |
---|---|
IExpr |
matrixEval(org.apache.commons.math4.linear.FieldMatrix<IExpr> matrix)
Evaluate the symbolic matrix for this algorithm.
|
IExpr |
realMatrixEval(org.apache.commons.math4.linear.RealMatrix matrix)
Evaluate the numeric matrix for this algorithm.
|
evaluate, numericEval
createRuleFromMethod, getNormalizedNegativeExpression, getNormalizedNegativeExpression, getPeriodicParts, getPureImaginaryPart, getRuleAST, initSerializedRules, isNegativeExpression, setUp
public IExpr matrixEval(org.apache.commons.math4.linear.FieldMatrix<IExpr> matrix)
AbstractMatrix1Expr
matrixEval
in class AbstractMatrix1Expr
matrix
- the matrix which contains symbolic valuespublic IExpr realMatrixEval(org.apache.commons.math4.linear.RealMatrix matrix)
AbstractMatrix1Expr
realMatrixEval
in class AbstractMatrix1Expr
matrix
- the matrix which contains numeric values