#include <taylvar.h>
Inheritance diagram for TAYLOR_VAR:

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