|
Class Summary |
| ComplexExpression |
Represents a complex-valued expression. |
| ComplexFunction |
Represents a complex-valued function of any number of complex arguments. |
| ComplexFunction1 |
Represents a complex-valued function of one complex argument. |
| ComplexFunction2 |
Represents a complex-valued function of two complex arguments. |
| ComplexFunction3 |
Represents a complex-valued function of three complex arguments. |
| ComplexVariable |
A complex-valued variable. |
| EvalStack |
An object of type EvalStack is used in the evaluation of an expression or function
(as defined, for example, in the classes Expression, Function,
and ComplexFunction). |
| Expression |
Represents a real-valued expression. |
| Function |
Represents a real-valued function of any number of real arguments. |
| Function1 |
Represents a real-valued function of one real argument. |
| Function2 |
Represents a real-valued function of two real arguments. |
| Function3 |
Represents a real-valued function of one real argument. |
| Parser |
A Parser can parse a string that holds the definition of a
real-valued or complex-valued function or expression. |
| Variable |
A real-valued variable. |