#include <Sacado_Tay_CacheTaylorExpr.hpp>
Public Types | |
| typedef ExprT::value_type | value_type |
| Typename of values. | |
Public Member Functions | |
| Expr (const ExprT &expr) | |
Constructor with given expression expr. | |
| void | allocateCache (unsigned int d) const |
| Allocate coefficient cache. | |
| unsigned int | degree () const |
| Return degree of polynomial. | |
| bool | hasFastAccess (unsigned int d) const |
| Return if expression has fast access. | |
| value_type | coeff (unsigned int i) const |
Return degree i term of expression. | |
| value_type | fastAccessCoeff (unsigned int i) const |
Return degree i term of expression. | |
Protected Member Functions | |
| Expr () | |
| Disallow default constructor. | |
Protected Attributes | |
| ExprT | expr_ |
| Expression. | |
This template class serves as a wrapper for all CacheTaylor expression template classes.
Definition at line 47 of file Sacado_Tay_CacheTaylorExpr.hpp.
| typedef ExprT::value_type Sacado::Tay::Expr< ExprT >::value_type |
| Sacado::Tay::Expr< ExprT >::Expr | ( | const ExprT & | expr | ) | [inline, explicit] |
Constructor with given expression expr.
Definition at line 55 of file Sacado_Tay_CacheTaylorExpr.hpp.
| Sacado::Tay::Expr< ExprT >::Expr | ( | ) | [inline, protected] |
| void Sacado::Tay::Expr< ExprT >::allocateCache | ( | unsigned int | d | ) | const [inline] |
| unsigned int Sacado::Tay::Expr< ExprT >::degree | ( | ) | const [inline] |
| bool Sacado::Tay::Expr< ExprT >::hasFastAccess | ( | unsigned int | d | ) | const [inline] |
| value_type Sacado::Tay::Expr< ExprT >::coeff | ( | unsigned int | i | ) | const [inline] |
| value_type Sacado::Tay::Expr< ExprT >::fastAccessCoeff | ( | unsigned int | i | ) | const [inline] |
ExprT Sacado::Tay::Expr< ExprT >::expr_ [protected] |
1.4.7