|
Sacado
Development
|
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 |
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 void | cache () const |
| const KOKKOS_INLINE_FUNCTION value_type | val () const |
| const KOKKOS_INLINE_FUNCTION value_type | dx (int i) const |
| const KOKKOS_INLINE_FUNCTION value_type | fastAccessDx (int i) const |
Protected Attributes | |
| const ExprT1 & | expr1 |
| ConstT | c |
1.8.17