|
Class Summary |
| TaylorAdd |
Implementation of Taylor expandable addition of two TaylorDoubles. |
| TaylorBinary |
The abstract superclass for functions of two TaylorDouble variables. |
| TaylorConstant |
Implementation of a function that is constant with respect to the
independent variable t. |
| TaylorCos |
Implementation of Taylor expandable cosine of a TaylorDouble. |
| TaylorDependant |
Implementation of an unknown function x(t) of the independent
variable t. |
| TaylorDivide |
Implementation of Taylor expandable division of two TaylorDoubles. |
| TaylorDouble |
The abstract superclass of all TaylorDouble objects, representing a species
of expressions that are automatically Taylor expandable. |
| TaylorExp |
Implementation of Taylor expandable exponential of a TaylorDouble. |
| TaylorIndependant |
Implementation of a function that is equal to the independent variable t. |
| TaylorLog |
Implementation of Taylor expandable logarithm of a TaylorDouble. |
| TaylorMultiply |
Implementation of Taylor expandable multiplication of two TaylorDoubles. |
| TaylorNegate |
Implementation of Taylor expandable unary minus of a TaylorDouble. |
| TaylorParameter |
Implementation of a function that is constant with respect to the
independent variable t, but that will need to be varied during
calculations. |
| TaylorPow |
Implementation of Taylor expandable real power of a TaylorDouble. |
| TaylorSin |
Implementation of Taylor expandable sine of a TaylorDouble. |
| TaylorSqrt |
Implementation of Taylor expandable square root of a TaylorDouble. |
| TaylorSubtract |
Implementation of Taylor expandable subtraction of two TaylorDoubles. |
| TaylorUnary |
The abstract superclass for functions of one TaylorDouble variable. |