#include <taylctrl.h>
Inheritance diagram for TAYLOR_CTRL:

Public Methods | |
| TAYLOR_CTRL ( int n ) | |
| Constructor. More... | |
| void | SetH ( const INTERVAL & h ) |
| Sets a point of expansion. More... | |
| INTERVAL | GetH () const |
| Returns the interval enclosing the point of expansion. More... | |
| void | SetOrder ( int order ) |
| Sets the order of the Taylor series. More... | |
| int | GetOrder () const |
| Returns the order of the Taylor series. More... | |
| int | GetDim () const |
| Returns the size of the problem. | |
| virtual | ~TAYLOR_CTRL () |
| Destructor. | |
Static Public Methods | |
| int | GetMaxOrder () |
| Returns the maximum order allowed. | |
Static Public Attributes | |
| int | MaxOrder |
| Maximum order of the Taylor series. More... | |
This class specifies the order of a Taylor series expansion, the maximum order allowed, and the point of expansion.
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Sets a point of expansion. It is specified by an interval containing this point.
|
|
|
Returns the interval enclosing the point of expansion.
This function returns the interval that is set by the most recent call to SetH(), or |
|
|
Sets the order of the Taylor series.
|
|
|
Returns the order of the Taylor series.
This function returns the order that is set by the most recent call to SetOrder(), or |
|
|
Returns the maximum order allowed.
|
|
|
Returns the size of the problem.
|
|
|
Maximum order of the Taylor series.
A default value of 40 is set in the VnodeInit() function. This value can be changed by editing the file |
1.2.0 written by Dimitri van Heesch,
© 1997-2000