public class Expr2Object
extends java.lang.Object
Constructor and Description |
---|
Expr2Object() |
Modifier and Type | Method and Description |
---|---|
static double[][] |
toDoubleMatrix(IAST ast) |
static double[] |
toDoubleVector(IAST ast) |
static double[] |
toPolynomial(IExpr expr,
ISymbol sym) |
static org.apache.commons.math4.util.OpenIntToDoubleHashMap |
toPolynomialMap(IExpr expr,
ISymbol sym) |
public static double[] toDoubleVector(IAST ast) throws WrongArgumentType
WrongArgumentType
public static double[][] toDoubleMatrix(IAST ast) throws WrongArgumentType
ast
- null
if ast is no matrixWrongArgumentType