Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
Specialization of ExprAssign for MP::Vector scalar types. More...
#include <Sacado_Fad_Exp_MP_Vector.hpp>
Public Types | |
typedef DstType::value_type | value_type |
Typename of values. | |
Static Public Member Functions | |
template<typename SrcType > | |
static KOKKOS_INLINE_FUNCTION void | assign_equal (DstType &dst, const SrcType &x) |
Implementation of dst = x. | |
template<typename SrcType > | |
static KOKKOS_INLINE_FUNCTION void | assign_plus_equal (DstType &dst, const SrcType &x) |
Implementation of dst += x. | |
template<typename SrcType > | |
static KOKKOS_INLINE_FUNCTION void | assign_minus_equal (DstType &dst, const SrcType &x) |
Implementation of dst -= x. | |
template<typename SrcType > | |
static KOKKOS_INLINE_FUNCTION void | assign_times_equal (DstType &dst, const SrcType &x) |
Implementation of dst *= x. | |
template<typename SrcType > | |
static KOKKOS_INLINE_FUNCTION void | assign_divide_equal (DstType &dst, const SrcType &x) |
Implementation of dst /= x. | |
Static Public Attributes | |
static const int | VecNum = Sacado::StaticSize<value_type>::value |
Specialization of ExprAssign for MP::Vector scalar types.
Definition at line 114 of file Sacado_Fad_Exp_MP_Vector.hpp.
typedef DstType::value_type Sacado::Fad::Exp::ExprAssign< DstType, typename std::enable_if< std::is_same< typename DstType::expr_spec_type, ExprSpecMPVector >::value >::type >::value_type |
Typename of values.
Definition at line 123 of file Sacado_Fad_Exp_MP_Vector.hpp.
|
inlinestatic |
Implementation of dst = x.
Definition at line 131 of file Sacado_Fad_Exp_MP_Vector.hpp.
|
inlinestatic |
Implementation of dst += x.
Definition at line 164 of file Sacado_Fad_Exp_MP_Vector.hpp.
|
inlinestatic |
Implementation of dst -= x.
Definition at line 204 of file Sacado_Fad_Exp_MP_Vector.hpp.
|
inlinestatic |
Implementation of dst *= x.
Definition at line 244 of file Sacado_Fad_Exp_MP_Vector.hpp.
|
inlinestatic |
Implementation of dst /= x.
Definition at line 293 of file Sacado_Fad_Exp_MP_Vector.hpp.
|
static |
Definition at line 126 of file Sacado_Fad_Exp_MP_Vector.hpp.