List of all members.
Public Types |
|
typedef Expr< T2 > | ExprT2 |
|
typedef ExprT2::value_type | value_type |
|
typedef ExprT2::value_type | ConstT |
|
typedef ExprT2::storage_type | storage_type |
Public Member Functions |
|
| Expr (const ConstT &c_, const ExprT2 &expr2_) |
|
std::string | name () const |
|
int | size () const |
|
bool | hasFastAccess (int sz) const |
|
value_type | val () const |
|
value_type | coeff (int i) const |
|
value_type | fastAccessCoeff (int i) const |
Protected Attributes |
|
const ConstT & | c |
|
const ExprT2 & | expr2 |
template<typename T2>
class Sacado::ETV::Expr< MaxOp< typename Expr< T2 >::value_type, Expr< T2 > > >
The documentation for this class was generated from the following file: