public class MatrixSolve extends BinaryFunction implements MatrixFunctionI
curNumberOfParameters, name, NaN, numberOfParameters| Constructor and Description |
|---|
MatrixSolve(MatrixFactoryI mfact,
MatrixFieldI mfield) |
| Modifier and Type | Method and Description |
|---|---|
Dimensions |
calcDims(Dimensions... inDims)
Attempts to calculate the dimensions of a result of a PostfixMathCommand.
|
java.lang.Object |
eval(java.lang.Object l,
java.lang.Object r) |
java.lang.Object |
solve(java.lang.Object l,
java.lang.Object r) |
runasArray, asBool, asDouble, asInt, asLong, asStrictInt, asString, checkNumberOfParameters, getName, getNumberOfParameters, setCurNumberOfParameters, setName, toString, toStringpublic MatrixSolve(MatrixFactoryI mfact, MatrixFieldI mfield)
public java.lang.Object solve(java.lang.Object l,
java.lang.Object r)
throws EvaluationException
EvaluationExceptionpublic java.lang.Object eval(java.lang.Object l,
java.lang.Object r)
throws EvaluationException
eval in class BinaryFunctionEvaluationExceptionpublic Dimensions calcDims(Dimensions... inDims) throws ParseException
MatrixFunctionIcalcDims in interface MatrixFunctionIinDims - the dimensions of each argumentParseException - if there is a parse errorCopyright © 2018 Singular Systems http://www.singularsys.com/jep