|
|
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 |
| |
|
typedef ExprT1::base_expr_type | base_expr_type |
| |
|
|
| 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 |
| |
The documentation for this class was generated from the following file: