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::Expr< SubtractionOp< ExprT1, ConstExpr< T2 > >, ExprSpecMPVector > Class Template Reference

Public Types

typedef ConstExpr< T2 > ConstT
 
typedef ConstExpr< T2 > ExprT2
 
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
 
typedef value_type::value_type val_type
 

Public Member Functions

KOKKOS_INLINE_FUNCTION Expr (const ExprT1 &expr1_, const ConstT &c_)
 
KOKKOS_INLINE_FUNCTION int size () const
 
KOKKOS_INLINE_FUNCTION bool hasFastAccess () const
 
KOKKOS_INLINE_FUNCTION bool isPassive () const
 
KOKKOS_INLINE_FUNCTION bool updateValue () const
 
KOKKOS_INLINE_FUNCTION const
value_type 
val () const
 
KOKKOS_INLINE_FUNCTION const
val_type 
val (int j) const
 
KOKKOS_INLINE_FUNCTION const
val_type 
dx (int i, int j) const
 
KOKKOS_INLINE_FUNCTION const
val_type 
fastAccessDx (int i, int j) const
 

Protected Attributes

const ExprT1 & expr1
 
ConstT c
 

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