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

List of all members.

Public Types

typedef ConstExpr< T1 > ExprT1
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

Public Member Functions

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

Protected Attributes

ExprT1 expr1
const ExprT2 & expr2
value_type v
bool min_v1

template<typename T1, typename ExprT2>
class Sacado::CacheFad::Expr< MinOp< ConstExpr< T1 >, ExprT2 > >


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