List of all members.
Public Types |
|
typedef ExprT::value_type | value_type |
|
typedef ExprT::base_expr_type | base_expr_type |
Public Member Functions |
|
| Expr (const ExprT &expr_) |
|
int | size () const |
|
template<int Arg> |
| bool | isActive () const |
|
bool | isActive2 (int j) const |
|
bool | updateValue () const |
|
value_type | val () const |
|
void | computePartials (const value_type &bar, value_type partials[]) const |
|
void | getTangents (int i, value_type dots[]) const |
|
template<int Arg> |
| const value_type & | getTangent (int i) const |
|
bool | isLinear () const |
|
bool | hasFastAccess () const |
|
const value_type | dx (int i) const |
|
const value_type | fastAccessDx (int i) const |
|
const value_type * | getDx (int j) const |
|
const base_expr_type & | getArg (int j) const |
|
int | numActiveArgs () const |
|
void | computeActivePartials (const value_type &bar, value_type *partials) const |
Static Public Attributes |
|
static const int | num_args = ExprT::num_args |
|
static const bool | is_linear = false |
Protected Attributes |
|
const ExprT & | expr |
template<typename ExprT>
class Sacado::ELRFad::Expr< LogOp< ExprT > >
The documentation for this class was generated from the following file: