List of all members.
Public Types |
|
typedef Expr< T1 > | ExprT1 |
|
typedef Expr< T2 > | ExprT2 |
|
typedef ExprT1::value_type | value_type_1 |
|
typedef ExprT2::value_type | value_type_2 |
typedef Sacado::Promote
< value_type_1, value_type_2 >
::type | value_type |
|
typedef ExprT1::storage_type | storage_type |
Public Member Functions |
|
| Expr (const ExprT1 &expr1_, 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 ExprT1 & | expr1 |
|
const ExprT2 & | expr2 |
template<typename T1, typename T2>
class Sacado::ETV::Expr< DivisionOp< Expr< T1 >, Expr< T2 > > >
The documentation for this class was generated from the following file: