#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.
1.4.7