#include <Sacado_CacheFad_Expression.hpp>
Collaboration diagram for Sacado::CacheFad::ConstExpr< ConstT >:

Public Types | |
| typedef ConstT | value_type |
| Typename of argument values. | |
Public Member Functions | |
| ConstExpr (const ConstT &constant) | |
| Constructor. | |
| int | size () const |
| Return size of the derivative array of the operation. | |
| bool | hasFastAccess () const |
| Return if operation has fast access. | |
| value_type | val () const |
| Return value of operation. | |
| value_type | dx (int i) const |
Return derivative component i of operation. | |
| value_type | fastAccessDx (int i) const |
Return derivative component i of operation. | |
Protected Attributes | |
| const ConstT & | constant_ |
| The constant. | |
This template class represents a constant expression.
1.4.7