|
| 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.
|
|
|
T * | coeff_ |
| Taylor polynomial coefficients.
|
|
int | deg_ |
| Degree of polynomial.
|
|
int | len_ |
| Length of allocated polynomial array.
|
|
The documentation for this struct was generated from the following files:
- Sacado_Tay_Taylor.hpp
- Sacado_Tay_TaylorImp.hpp