Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include <Sacado_Tay_Taylor.hpp>
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. | |
Definition at line 245 of file Sacado_Tay_Taylor.hpp.
Sacado::Tay::Taylor< T >::TaylorData::TaylorData | ( | ) |
Default constructor.
Definition at line 43 of file Sacado_Tay_TaylorImp.hpp.
Sacado::Tay::Taylor< T >::TaylorData::TaylorData | ( | const T & | x | ) |
Constructor with supplied value x
.
Definition at line 50 of file Sacado_Tay_TaylorImp.hpp.
Sacado::Tay::Taylor< T >::TaylorData::TaylorData | ( | int | d, |
const T & | x ) |
Constructor with degree d and value x
.
Definition at line 59 of file Sacado_Tay_TaylorImp.hpp.
Sacado::Tay::Taylor< T >::TaylorData::TaylorData | ( | int | d | ) |
Constructor with degree d.
Definition at line 68 of file Sacado_Tay_TaylorImp.hpp.
Sacado::Tay::Taylor< T >::TaylorData::TaylorData | ( | int | d, |
int | l ) |
Constructor with degree d and length l.
Definition at line 76 of file Sacado_Tay_TaylorImp.hpp.
Sacado::Tay::Taylor< T >::TaylorData::TaylorData | ( | const TaylorData & | x | ) |
Copy constructor.
Sacado::Tay::Taylor< T >::TaylorData::~TaylorData | ( | ) |
Destructor.
Definition at line 92 of file Sacado_Tay_TaylorImp.hpp.
Taylor< T >::TaylorData & Sacado::Tay::Taylor< T >::TaylorData::operator= | ( | const TaylorData & | x | ) |
Assignment operator.
Definition at line 101 of file Sacado_Tay_TaylorImp.hpp.
T* Sacado::Tay::Taylor< T >::TaylorData::coeff_ |
Taylor polynomial coefficients.
Definition at line 248 of file Sacado_Tay_Taylor.hpp.
int Sacado::Tay::Taylor< T >::TaylorData::deg_ |
Degree of polynomial.
Definition at line 251 of file Sacado_Tay_Taylor.hpp.
int Sacado::Tay::Taylor< T >::TaylorData::len_ |
Length of allocated polynomial array.
Definition at line 254 of file Sacado_Tay_Taylor.hpp.