List of all members.
Public Types |
|
typedef Expr< T1 > | ExprT1 |
|
typedef ExprT1::value_type | value_type |
|
typedef ExprT1::value_type | ConstT |
Public Member Functions |
|
| Expr (const ExprT1 &expr1_, const ConstT &c_) |
|
int | size () const |
|
bool | hasFastAccess () const |
|
bool | isPassive () const |
|
bool | updateValue () const |
|
const value_type | val () const |
|
const value_type | dx (int i) const |
|
const value_type | fastAccessDx (int i) const |
Protected Attributes |
|
const ExprT1 & | expr1 |
|
const ConstT & | c |
template<typename T1>
class Sacado::Fad::Expr< MinOp< Expr< T1 >, typename Expr< T1 >::value_type > >
The documentation for this class was generated from the following file: