|
Class Summary |
| AbstractMathTreeObject |
An abstract tree structure of a mathematical object. |
| AFloat |
The abstract math tree object of a float. |
| AList |
The abstract math tree object of a list. |
| AMTO_ResourcesManager |
|
| AnInteger |
The abstract math tree object of an integer. |
| ArithTimes |
The abstract math tree object of the arithmetic multiplication. |
| ComplexCartesian |
The abstract math tree object of a complex cartesian number. |
| ComplexPolar |
The abstract math tree object of a complex cartesian number. |
| DefiniteIntegral |
The abstract math tree object of the definite integral |
| Divide |
The abstract math tree object of the division. |
| Equal |
The abstract math tree object of the equal operator. |
| Function |
The abstract math tree object of a function. |
| Greater |
The abstract math tree object of the greater operator. |
| GreaterEqual |
The abstract math tree object of the greater or equal operator. |
| InfixOperator |
The abstract math tree object of any infix operator. |
| IntervalCC |
The abstract math tree object of an interval of kind : [a, b]. |
| IntervalCO |
The abstract math tree object of an interval of kind : [a, b[. |
| IntervalOC |
The abstract math tree object of an interval of kind : ]a, b]. |
| IntervalOO |
The abstract math tree object of an interval of kind : ]a, b[. |
| Lambda |
The abstract math tree object of the lambda expression. |
| Less |
The abstract math tree object of the less operator. |
| LessEqual |
The abstract math tree object of the less or equal operator. |
| Limit |
The abstract math tree object of the limit operator. |
| MapsToList |
The abstract math tree object of a n-ary operator which behaves like a list. |
| MapsToNAry |
The abstract math tree object of a n-ary operator. |
| MapsToPostfixedUnary |
The abstract math tree object of a postfixed unary operator. |
| MapsToPrefixedUnary |
The abstract math tree object of a prefixed unary operator. |
| MapsToSigma |
The abstract math tree object of operators like sum, product, etc. |
| MapsToSymbolBind |
The abstract math tree object of operators looking like :
..... |
| MapsToTerminal |
The abstract math tree object of a terminal element of an expression, such as a variable, an integer or a float,
a specific constant (e.g. pi) which are generally reserved word in the expression. |
| MapsToUnary |
The abstract math tree object of a unary operator. |
| MathExpression |
The root of the math object. |
| Minus |
The abstract math tree object of the substraction. |
| PartialDifferentiation |
The abstract math tree object of the partial differentiation. |
| Plus |
The abstract math tree object of the arithmetic addition. |
| PostfixedSpecialisation |
The abstract math tree object of postfixed specialisation operator. |
| Power |
The abstract math tree object of the power. |
| Reserved |
The abstract math tree object of a reserved word. |
| Specialisation |
The abstract math tree object of specialisation operator. |
| Symbols |
The abstract math tree object of all kind of symbol in an expression. |
| UnaryMinus |
The abstract math tree object of the nuary minus operator. |
| Underscript |
The abstract math tree object of the underscript operator. |
| Unequal |
The abstract math tree object of the unequal operator. |
| Variable |
The abstract math tree object of a variable. |