#include <Sacado_Fad_Expression.hpp>
Inheritance diagram for Sacado::Fad::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. | |
| bool | isPassive () const |
| Return if expression is constant. | |
| 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_Fad_Expression.hpp.
| typedef ExprT::value_type Sacado::Fad::Expr< ExprT >::value_type |
| Sacado::Fad::Expr< ExprT >::Expr | ( | const ExprT & | expr | ) | [inline, explicit] |
| Sacado::Fad::Expr< ExprT >::Expr | ( | ) | [inline, protected] |
| int Sacado::Fad::Expr< ExprT >::size | ( | ) | const [inline] |
Return size of derivative array of expression.
Definition at line 80 of file Sacado_Fad_Expression.hpp.
| bool Sacado::Fad::Expr< ExprT >::hasFastAccess | ( | ) | const [inline] |
| bool Sacado::Fad::Expr< ExprT >::isPassive | ( | ) | const [inline] |
| value_type Sacado::Fad::Expr< ExprT >::val | ( | ) | const [inline] |
| value_type Sacado::Fad::Expr< ExprT >::dx | ( | int | i | ) | const [inline] |
Return derivative component i of expression.
Definition at line 92 of file Sacado_Fad_Expression.hpp.
| value_type Sacado::Fad::Expr< ExprT >::fastAccessDx | ( | int | i | ) | const [inline] |
Rturn derivative component i of expression.
Definition at line 95 of file Sacado_Fad_Expression.hpp.
ExprT Sacado::Fad::Expr< ExprT >::expr_ [protected] |
1.4.7