#include <tgtencl.h>
Inheritance diagram for TIGHT_ENCL:

Public Methods | |
| virtual void | CompEncl ( INTERVAL_VECTOR & Ytight, INTERVAL_VECTOR & LocErr, const INTERVAL & h, int order, PtrODENumeric ODE, PtrODESolver Solver ) = 0 |
| Computes a tight enclosure. More... | |
| virtual void | Init ( const PtrODENumeric ODE ) = 0 |
| Initializes the enclosure method. More... | |
| int | GetMaxOrder () const |
| Returns the maximum order allowed. More... | |
| virtual | ~TIGHT_ENCL () |
| Destructor. | |
Protected Methods | |
| TIGHT_ENCL ( int max_order, const string & name ) | |
| Constructor. More... | |
| void | RearrangeColumns ( MATRIX & R, const MATRIX & A, const INTERVAL_VECTOR & R ) |
| Rearranges the columns of A. | |
|
|
Destructor.
|
|
|
Constructor.
|
|
|
Computes a tight enclosure. This function computes a tight enclosure of the solution at ODE->GetTcur() + h
|
|
|
Initializes the enclosure method.
|
|
|
Returns the maximum order allowed.
This function returns the value that is set in the constructor of |
|
|
Rearranges the columns of A.
|
1.2.0 written by Dimitri van Heesch,
© 1997-2000