|
IPPL API Reference
Independent Parallel Particle Layer C++ API
|
#include <IpplExpressions.h>
Inheritance diagram for ippl::detail::Expression< E, N >:Public Member Functions | |
| KOKKOS_INLINE_FUNCTION auto | operator[] (size_t i) const |
Static Public Attributes | |
| static constexpr unsigned | dim = E::dim |
Basic expression class for BareField, Vector and Scalar. Expression classes need to inherit from this with the CRTP (curiously recursive template pattern) design pattern.
|
inline |
Access single element of the expression