Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

TAYLOR_VAR_TAD Class Reference

Taylor coefficient generator. More...

#include <ttaylvar.h>

Inheritance diagram for TAYLOR_VAR_TAD:

TAYLOR_VAR TAYLOR_CTRL List of all members.

Public Methods

 TAYLOR_VAR_TAD ( int n, TFadiff ptadiff )
 Constructor. More...

void GenerateTerms ( const INTERVAL_VECTOR & Y, const INTERVAL & h, int k )
 Generates Taylor series terms.

void SumTerms ( INTERVAL_MATRIX & Sum, int k )
 Sums Taylor series terms.

void GetOneTerm ( INTERVAL_MATRIX & Yk, int k )
 Obtains the k-th Taylor series term.

 ~TAYLOR_VAR_TAD ()
 Destructor.


Detailed Description

Taylor coefficient generator.

This class uses the FADBAD and TADIFF packages to generate Taylor coefficients for the solution to the variational equation associated with , .

Author(s):
Ned Nedialkov
Date:
8 June 2001


Constructor & Destructor Documentation

TAYLOR_VAR_TAD::TAYLOR_VAR_TAD ( int n,
TFadiff ptadiff )
 

Constructor.

Parameters:
n   number of equations
ptadiff   pointer to a function for storing the computational graph

Precondition:
n>0
NotNull(ptadiff)

TAYLOR_VAR_TAD::~TAYLOR_VAR_TAD ( )
 

Destructor.


Member Function Documentation

void TAYLOR_VAR_TAD::GenerateTerms ( const INTERVAL_VECTOR & Y,
const INTERVAL & h,
int k ) [virtual]
 

Generates Taylor series terms.

Reimplemented from TAYLOR_VAR.

void TAYLOR_VAR_TAD::SumTerms ( INTERVAL_MATRIX & Sum,
int k ) [virtual]
 

Sums Taylor series terms.

Reimplemented from TAYLOR_VAR.

void TAYLOR_VAR_TAD::GetOneTerm ( INTERVAL_MATRIX & Yk,
int k ) [virtual]
 

Obtains the k-th Taylor series term.

Reimplemented from TAYLOR_VAR.


The documentation for this class was generated from the following file:
Generated at Sun Oct 14 12:45:42 2001 for VNODE by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000