#include <Sacado_Tay_CacheTaylorExpr.hpp>
Public Types | |
| typedef ConstT | value_type |
| Typename of argument values. | |
Public Member Functions | |
| ConstExpr (const ConstT &constant) | |
| Constructor. | |
| 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 operation has fast access. | |
| value_type | value () const |
| 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 Attributes | |
| ConstT | constant_ |
| The constant. | |
This template class represents a constant expression.
Definition at line 89 of file Sacado_Tay_CacheTaylorExpr.hpp.
| typedef ConstT Sacado::Tay::ConstExpr< ConstT >::value_type |
| Sacado::Tay::ConstExpr< ConstT >::ConstExpr | ( | const ConstT & | constant | ) | [inline] |
| void Sacado::Tay::ConstExpr< ConstT >::allocateCache | ( | unsigned int | d | ) | const [inline] |
| unsigned int Sacado::Tay::ConstExpr< ConstT >::degree | ( | ) | const [inline] |
| bool Sacado::Tay::ConstExpr< ConstT >::hasFastAccess | ( | unsigned int | d | ) | const [inline] |
| value_type Sacado::Tay::ConstExpr< ConstT >::value | ( | ) | const [inline] |
Definition at line 108 of file Sacado_Tay_CacheTaylorExpr.hpp.
| value_type Sacado::Tay::ConstExpr< ConstT >::coeff | ( | unsigned int | i | ) | const [inline] |
| value_type Sacado::Tay::ConstExpr< ConstT >::fastAccessCoeff | ( | unsigned int | i | ) | const [inline] |
ConstT Sacado::Tay::ConstExpr< ConstT >::constant_ [protected] |
1.4.7