Sacado  Development
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
Sacado::Tay::Taylor< T >::TaylorData Struct Reference

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.
 
TaylorDataoperator= (const TaylorData &x)
 Assignment operator.
 

Public Attributes

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: