Tip
A vector is a TMatrix instance with a single column.
| BaseEntry | Base class for a numeric component of a mathematical expression. |
| CalculationOptions | Describes options of the calculation run. |
| Constants | A helper class which contains well known constants and provides pseudo-random values. |
| Expression | Numeric evaluation methods. |
| MathTypeCheckException | An exception which is thrown when the type(s) of operand(s) are not supported for the requested operation. |
| TComplex | Implementation of BaseEntry as a complex number. |
| TDouble | Implementation of BaseEntry which contains either a double precision number or a text. |
| TFraction | Implementation of BaseEntry as a fraction. |
| TInfinity | Implementation of BaseEntry which contains either a number or infinity. |
| TMatrix | Implementation of BaseEntry as a mathematical matrix or a vector. |
| TNumber | Container for a numeric value derived from BaseEntry. |
| TSystem | Implementation of BaseEntry which describes a system of expressions. |
| IPluginMathNumericEvaluation | Interface for the numeric evaluation plug-ins. |
| BaseEntryType | Type of the BaseEntry. |
| InfType | Infinity type. |