#include <ttaylode.h>
Inheritance diagram for TAYLOR_ODE_TAD:

Public Methods | |
| TAYLOR_ODE_TAD ( int n, TAD ptadiff ) | |
| Constructor. More... | |
| void | GenerateTerms ( const INTERVAL_VECTOR & Y , const INTERVAL & h, int k ) |
| Generates Taylor series terms. | |
| void | SumTerms ( INTERVAL_VECTOR & Sum, int k ) |
| Sums Taylor series terms. | |
| void | GetOneTerm ( INTERVAL_VECTOR & Yk, int k ) |
Obtains the k-th Taylor series term. | |
| ~TAYLOR_ODE_TAD () | |
| Destructor. | |
This class uses the TADIFF package to generate Taylor coefficients for the solution to
,
.
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Generates Taylor series terms.
Reimplemented from TAYLOR_ODE. |
|
|
Sums Taylor series terms.
Reimplemented from TAYLOR_ODE. |
|
|
Obtains the
Reimplemented from TAYLOR_ODE. |
1.2.0 written by Dimitri van Heesch,
© 1997-2000