Sacado  Development
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
Public Types | Public Member Functions | Static Public Attributes | Protected Attributes
Sacado::ELRFad::Expr< SubtractionOp< ExprT1, ExprT2 > > Class Template Reference
Collaboration diagram for Sacado::ELRFad::Expr< SubtractionOp< ExprT1, ExprT2 > >:
Collaboration graph
[legend]

List of all members.

Public Types

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::base_expr_type base_expr_type_1
typedef ExprT2::base_expr_type base_expr_type_2
typedef ExprPromote
< base_expr_type_1,
base_expr_type_2 >::type 
base_expr_type

Public Member Functions

 Expr (const ExprT1 &expr1_, const ExprT2 &expr2_)
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_args1 = ExprT1::num_args
static const int num_args2 = ExprT2::num_args
static const int num_args = num_args1 + num_args2
static const bool is_linear = ExprT1::is_linear && ExprT2::is_linear

Protected Attributes

ExprConstRef< ExprT1 >::type expr1
ExprConstRef< ExprT2 >::type expr2

template<typename ExprT1, typename ExprT2>
class Sacado::ELRFad::Expr< SubtractionOp< ExprT1, ExprT2 > >


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends