org.matheclipse.core.convert
Class Expr2Object
- java.lang.Object
-
- org.matheclipse.core.convert.Expr2Object
-
public class Expr2Object extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field and Description static intMAX_POLYNOMIAL
-
Constructor Summary
Constructors Constructor and Description Expr2Object()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static double[][]toDoubleMatrix(IAST ast)static double[]toDoubleVector(IAST ast)static double[]toPolynomial(IExpr expr, ISymbol sym)static java.util.Map<java.lang.Integer,java.lang.Double>toPolynomialMap(IExpr expr, ISymbol sym)
-
-
-
Method Detail
-
toDoubleVector
public static double[] toDoubleVector(IAST ast) throws WrongArgumentType
- Throws:
WrongArgumentType
-
toDoubleMatrix
public static double[][] toDoubleMatrix(IAST ast) throws WrongArgumentType
- Throws:
WrongArgumentType
-
-
DMelt 3.0 © DataMelt by jWork.ORG