Stokhos  Development
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Types | Public Member Functions | Protected Attributes
Sacado::MP::PowerOp< T1, T2, KOKKOS_MACRO_DEVICE > Class Template Reference

List of all members.

Public Types

typedef T1::value_type value_type_1
typedef T2::value_type value_type_2
typedef Sacado::Promote
< value_type_1, value_type_2 >
::type 
value_type
typedef T1::storage_type storage_type

Public Member Functions

KOKKOS_MACRO_DEVICE_AND_HOST_FUNCTION PowerOp (const T1 &expr1_, const T2 &expr2_)
KOKKOS_MACRO_DEVICE_AND_HOST_FUNCTION
std::string 
name () const
KOKKOS_MACRO_DEVICE_AND_HOST_FUNCTION
int 
size () const
KOKKOS_MACRO_DEVICE_AND_HOST_FUNCTION
bool 
hasFastAccess (int sz) const
KOKKOS_MACRO_DEVICE_AND_HOST_FUNCTION
value_type 
val () const
KOKKOS_MACRO_DEVICE_AND_HOST_FUNCTION
value_type 
coeff (int i) const
KOKKOS_MACRO_DEVICE_AND_HOST_FUNCTION
value_type 
fastAccessCoeff (int i) const
template<int i>
KOKKOS_MACRO_DEVICE_AND_HOST_FUNCTION
value_type 
getCoeff () const

Protected Attributes

const_expr_ref< T1 >::type expr1
const_expr_ref< T2 >::type expr2

template<typename T1, typename T2>
class Sacado::MP::PowerOp< T1, T2, KOKKOS_MACRO_DEVICE >


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