Sacado Development
Loading...
Searching...
No Matches
Sacado::Fad::Expr< IfThenElseOp< CondT, ExprT1, ExprT2 >, ExprSpecDefault > Class Template Reference
Inheritance diagram for Sacado::Fad::Expr< IfThenElseOp< CondT, ExprT1, ExprT2 >, ExprSpecDefault >:
Collaboration diagram for Sacado::Fad::Expr< IfThenElseOp< CondT, ExprT1, ExprT2 >, ExprSpecDefault >:

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::scalar_type scalar_type_1
typedef ExprT2::scalar_type scalar_type_2
typedef Sacado::Promote< scalar_type_1, scalar_type_2 >::type scalar_type
typedef ExprT1::base_expr_type base_expr_type_1
typedef ExprT2::base_expr_type base_expr_type_2
typedef Sacado::Promote< base_expr_type_1, base_expr_type_2 >::type base_expr_type

Public Member Functions

 Expr (const CondT &cond_, const ExprT1 &expr1_, const ExprT2 &expr2_)
int size () const
bool hasFastAccess () const
bool isPassive () const
bool updateValue () const
void cache () const
const value_type val () const
const value_type dx (int i) const
const value_type fastAccessDx (int i) const

Protected Attributes

const CondT & cond
const ExprT1 & expr1
const ExprT2 & expr2

The documentation for this class was generated from the following file: