Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Public Member Functions | Protected Attributes | List of all members
Sacado::Fad::Exp::IfThenElseOp< CondT, T1, T2, true, false, ExprSpecMPVector > Class Template Reference
Inheritance diagram for Sacado::Fad::Exp::IfThenElseOp< CondT, T1, T2, true, false, ExprSpecMPVector >:
Inheritance graph
[legend]
Collaboration diagram for Sacado::Fad::Exp::IfThenElseOp< CondT, T1, T2, true, false, ExprSpecMPVector >:
Collaboration graph
[legend]

Public Types

typedef std::remove_cv< T2 >::type ExprT2
 
typedef T1 ConstT
 
typedef ExprT2::value_type value_type
 
typedef ExprT2::scalar_type scalar_type
 
typedef value_type::value_type val_type
 
typedef ExprSpecMPVector expr_spec_type
 

Public Member Functions

KOKKOS_INLINE_FUNCTION IfThenElseOp (const CondT &cond_, const ConstT &c_, const T2 &expr2_)
 
KOKKOS_INLINE_FUNCTION int size () const
 
KOKKOS_INLINE_FUNCTION bool hasFastAccess () const
 
KOKKOS_INLINE_FUNCTION value_type val () const
 
KOKKOS_INLINE_FUNCTION val_type val (int j) const
 
KOKKOS_INLINE_FUNCTION val_type dx (int i, int j) const
 
KOKKOS_INLINE_FUNCTION val_type fastAccessDx (int i, int j) const
 

Protected Attributes

const CondT & cond
 
const ConstTypeRef< ConstT,
value_type >::type 
c
 
const T2 & expr2
 

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