#include <Sacado_CacheFad_Expression.hpp>
Inheritance diagram for Sacado::CacheFad::Expr< ExprT >:

Public Types | |
| typedef ExprT::value_type | value_type |
| Typename of values. | |
Public Member Functions | |
| Expr (const ExprT &expr) | |
Constructor with given expression expr. | |
| int | size () const |
| Return size of derivative array of expression. | |
| bool | hasFastAccess () const |
| Return if expression has fast access. | |
| value_type | val () const |
| Return value of expression. | |
| value_type | dx (int i) const |
Return derivative component i of expression. | |
| value_type | fastAccessDx (int i) const |
Rturn derivative component i of expression. | |
Protected Member Functions | |
| Expr () | |
| Disallow default constructor. | |
Protected Attributes | |
| ExprT | expr_ |
| Expression. | |
This template class serves as a wrapper for all Fad expression template classes.
Definition at line 69 of file Sacado_CacheFad_Expression.hpp.
| typedef ExprT::value_type Sacado::CacheFad::Expr< ExprT >::value_type |
| Sacado::CacheFad::Expr< ExprT >::Expr | ( | const ExprT & | expr | ) | [inline, explicit] |
Constructor with given expression expr.
Definition at line 77 of file Sacado_CacheFad_Expression.hpp.
| Sacado::CacheFad::Expr< ExprT >::Expr | ( | ) | [inline, protected] |
| int Sacado::CacheFad::Expr< ExprT >::size | ( | ) | const [inline] |
Return size of derivative array of expression.
Definition at line 80 of file Sacado_CacheFad_Expression.hpp.
| bool Sacado::CacheFad::Expr< ExprT >::hasFastAccess | ( | ) | const [inline] |
| value_type Sacado::CacheFad::Expr< ExprT >::val | ( | ) | const [inline] |
| value_type Sacado::CacheFad::Expr< ExprT >::dx | ( | int | i | ) | const [inline] |
Return derivative component i of expression.
Definition at line 89 of file Sacado_CacheFad_Expression.hpp.
| value_type Sacado::CacheFad::Expr< ExprT >::fastAccessDx | ( | int | i | ) | const [inline] |
Rturn derivative component i of expression.
Definition at line 92 of file Sacado_CacheFad_Expression.hpp.
ExprT Sacado::CacheFad::Expr< ExprT >::expr_ [protected] |
1.4.7