|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <IpplOperations.h>
Public Member Functions | |
| KOKKOS_FUNCTION | meta_dot (const E1 &u, const E2 &v) |
| KOKKOS_INLINE_FUNCTION auto | apply () const |
| template<typename... Args> | |
| KOKKOS_INLINE_FUNCTION auto | operator() (Args... args) const |
| KOKKOS_INLINE_FUNCTION auto | operator[] (size_t i) const |
Static Public Attributes | |
| static constexpr unsigned | dim = E1::dim |
Private Attributes | |
| const E1 | u_m |
| const E2 | v_m |
Meta function of dot product.
Definition at line 256 of file IpplOperations.h.
|
inline |
Definition at line 261 of file IpplOperations.h.
|
inline |
Definition at line 268 of file IpplOperations.h.
|
inline |
Definition at line 282 of file IpplOperations.h.
References ippl::dot(), u_m, and v_m.
|
inlineinherited |
Access single element of the expression
Definition at line 32 of file IpplExpressions.h.
|
staticconstexpr |
Definition at line 257 of file IpplOperations.h.
|
private |
Definition at line 287 of file IpplOperations.h.
Referenced by apply(), meta_dot(), and operator()().
|
private |
Definition at line 288 of file IpplOperations.h.
Referenced by apply(), meta_dot(), and operator()().