|
typedef std::remove_cv< T1 >::type | ExprT1 |
|
typedef std::remove_cv< T2 >::type | 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 ExprSpecDefault | expr_spec_type |
|
typedef AdditionOp< T1, T2, false, false, ExprSpecDefault > | derived_type |
| Typename of derived object, returned by derived() More...
|
|
|
KOKKOS_INLINE_FUNCTION | AdditionOp (const T1 &expr1_, 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 value_type | dx (int i) const |
|
KOKKOS_INLINE_FUNCTION value_type | fastAccessDx (int i) const |
|
KOKKOS_INLINE_FUNCTION const derived_type & | derived () const |
| Return derived object. More...
|
|
KOKKOS_INLINE_FUNCTION const volatile derived_type & | derived () const volatile |
| Return derived object. More...
|
|
|
const T1 & | expr1 |
|
const T2 & | expr2 |
|
The documentation for this class was generated from the following file: