See: Description
| Class | Description |
|---|---|
| AST2Expr |
Converts a parsed
org.matheclipse.parser.client.ast.ASTNode
expression into an IExpr expression |
| Convert |
Conversions between an IExpr object and misc other object class types
|
| Expr2LP |
Convert a given Symja expression into linear programming objects from the
org.apache.commons.math4.optim.linear
package. |
| Expr2Object | |
| JASConvert<C extends edu.jas.structure.RingElem<C>> |
Convert JAS objects from
and to MathEclipse objects
|
| JASIExpr |
Convert JAS objects from
and to MathEclipse
IExpr objects
Note:: set the "no complex number" flag to false to allow
complex numbers on input in method expr2IExprJAS(IExpr) |
| JASModInteger |
Convert JAS objects from
and to MathEclipse objects
|
| Lists | |
| Object2Expr |
Converts objects into an IExpr expression
|
| VariablesSet |
Determine the variable symbols from a Symja expression and store them
internally in a
java.util.Set. |
| VariablesSet.VariablesVisitor |
Collect the variables with the
IExpr#isVariable() method. |
| Exception | Description |
|---|---|
| ConversionException |
Converters for transforming symja objects from and to other formats (JAS, linear programming objects, matrices, vectors).