#include <taylode.h>
Inheritance diagram for TAYLOR_ODE:

Public Methods | |
| virtual void | GenerateTerms ( const INTERVAL_VECTOR & Y, const INTERVAL & h, int k ) = 0 |
| Generates Taylor terms. More... | |
| virtual void | SumTerms ( INTERVAL_VECTOR & Sum, int k ) = 0 |
| Sums Taylor series. More... | |
| virtual void | GetOneTerm ( INTERVAL_VECTOR & Yk, int k ) = 0 |
Obtains the k-th Taylor series term. More... | |
| void | GenerateTerms ( const VECTOR & Y, const INTERVAL & h, int k ) |
| Generates Taylor terms. More... | |
| virtual | ~TAYLOR_ODE () |
| Destructor. | |
Protected Methods | |
| TAYLOR_ODE ( int n ) | |
| Constructor. More... | |
This class provides the interface for a Taylor series generator for the solution to the IVP
,
.
|
|
Destructor.
|
|
|
Constructor.
|
|
|
Generates Taylor terms.
This function generates
Reimplemented in TAYLOR_ODE_TAD. |
|
|
Sums Taylor series.
This function computes the sum of the first
Reimplemented in TAYLOR_ODE_TAD. |
|
|
Obtains the
Obtain the
Reimplemented in TAYLOR_ODE_TAD. |
|
|
Generates Taylor terms.
This function generates
|
1.2.0 written by Dimitri van Heesch,
© 1997-2000