|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
CacheTaylor expression template specialization. More...
#include <Sacado_Tay_CacheTaylor.hpp>

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. | |
CacheTaylor expression template specialization.
This template class represents a simple CacheTaylor expression.
Definition at line 188 of file Sacado_Tay_CacheTaylor.hpp.
| Sacado::Tay::Expr< CacheTaylorImplementation< T > >::Expr | ( | ) | [inline] |
Default constructor.
Definition at line 194 of file Sacado_Tay_CacheTaylor.hpp.
| Sacado::Tay::Expr< CacheTaylorImplementation< T > >::Expr | ( | const T & | x | ) | [inline] |
Constructor with supplied value x.
Sets the first coefficient to x
Definition at line 200 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 206 of file Sacado_Tay_CacheTaylor.hpp.
| Sacado::Tay::Expr< CacheTaylorImplementation< T > >::Expr | ( | const Expr< CacheTaylorImplementation< T > > & | x | ) | [inline] |
Copy constructor.
Definition at line 209 of file Sacado_Tay_CacheTaylor.hpp.
1.7.4