|
Sacado
Development
|
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 (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.
| Sacado::Tay::Expr< CacheTaylorImplementation< T > >::Expr | ( | const T & | x | ) | [inline] |
Constructor with supplied value x.
Sets the first coefficient to x
| Sacado::Tay::Expr< CacheTaylorImplementation< T > >::Expr | ( | 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
1.7.6.1