|
Sacado
Development
|
Public Member Functions | |
| TaylorData () | |
| Default constructor. | |
| TaylorData (const T &x) | |
Constructor with supplied value x. | |
| TaylorData (int d, const T &x) | |
Constructor with degree d and value x. | |
| TaylorData (int d) | |
| Constructor with degree d. | |
| TaylorData (int d, int l) | |
| Constructor with degree d and length l. | |
| TaylorData (const TaylorData &x) | |
| Copy constructor. | |
| ~TaylorData () | |
| Destructor. | |
| TaylorData & | operator= (const TaylorData &x) |
| Assignment operator. | |
Public Attributes | |
| T * | coeff_ |
| Taylor polynomial coefficients. | |
| int | deg_ |
| Degree of polynomial. | |
| int | len_ |
| Length of allocated polynomial array. | |
1.8.5