#include <Sacado_Tay_CacheTaylor.hpp>
Inheritance diagram for Sacado::Tay::Expr< CacheTaylorImplementation< T > >:

Public Member Functions | |
| Expr () | |
| Default constructor. | |
| Expr (const T &x) | |
Constructor with supplied value x. | |
| Expr (unsigned int d, const T &x) | |
Constructor with degree d and value x. | |
| Expr (const Expr &x) | |
| Copy constructor. | |
This template class represents a simple CacheTaylor expression.
Definition at line 158 of file Sacado_Tay_CacheTaylor.hpp.
| Sacado::Tay::Expr< CacheTaylorImplementation< T > >::Expr | ( | ) | [inline] |
| Sacado::Tay::Expr< CacheTaylorImplementation< T > >::Expr | ( | const T & | x | ) | [inline] |
Constructor with supplied value x.
Sets the first coefficient to x
Definition at line 170 of file Sacado_Tay_CacheTaylor.hpp.
| Sacado::Tay::Expr< CacheTaylorImplementation< T > >::Expr | ( | unsigned int | d, | |
| const T & | x | |||
| ) | [inline] |
Constructor with degree d and value x.
Initializes first coeffienct to x and of a polynomial of degree d
Definition at line 176 of file Sacado_Tay_CacheTaylor.hpp.
| Sacado::Tay::Expr< CacheTaylorImplementation< T > >::Expr | ( | const Expr< CacheTaylorImplementation< T > > & | x | ) | [inline] |
1.4.7