|
|
KOKKOS_INLINE_FUNCTION | Expr (const ExprT1 &expr1_, const ExprT2 &expr2_) |
| |
|
KOKKOS_INLINE_FUNCTION int | size () const |
| |
|
template<int Arg> |
| KOKKOS_INLINE_FUNCTION bool | isActive () const |
| |
|
KOKKOS_INLINE_FUNCTION bool | isActive2 (int j) const |
| |
|
KOKKOS_INLINE_FUNCTION bool | updateValue () const |
| |
|
KOKKOS_INLINE_FUNCTION void | cache () const |
| |
|
KOKKOS_INLINE_FUNCTION value_type | val () const |
| |
|
KOKKOS_INLINE_FUNCTION void | computePartials (const value_type &bar, value_type partials[]) const |
| |
|
KOKKOS_INLINE_FUNCTION void | getTangents (int i, value_type dots[]) const |
| |
|
template<int Arg> |
| const KOKKOS_INLINE_FUNCTION value_type & | getTangent (int i) const |
| |
|
KOKKOS_INLINE_FUNCTION bool | isLinear () const |
| |
|
KOKKOS_INLINE_FUNCTION bool | hasFastAccess () const |
| |
|
const KOKKOS_INLINE_FUNCTION value_type | dx (int i) const |
| |
|
const KOKKOS_INLINE_FUNCTION value_type | fastAccessDx (int i) const |
| |
|
const KOKKOS_INLINE_FUNCTION value_type * | getDx (int j) const |
| |
|
KOKKOS_INLINE_FUNCTION int | numActiveArgs () const |
| |
|
KOKKOS_INLINE_FUNCTION void | computeActivePartials (const value_type &bar, value_type *partials) const |
| |
|
|
static const int | num_args = ExprT2::num_args |
| |
|
static const bool | is_linear = ExprT2::is_linear |
| |
The documentation for this class was generated from the following file: