|
IPPL API Reference
Independent Parallel Particle Layer C++ API
|
#include <IpplExpressions.h>
Inheritance diagram for ippl::detail::Scalar< T >:
Collaboration diagram for ippl::detail::Scalar< T >:Public Types | |
| typedef T | value_type |
Public Member Functions | |
| KOKKOS_FUNCTION | Scalar (value_type val) |
| KOKKOS_INLINE_FUNCTION value_type | operator[] (size_t) const |
| template<typename... Args> | |
| KOKKOS_INLINE_FUNCTION auto | operator() (Args...) const |
Public Member Functions inherited from ippl::detail::Expression< Scalar< T >, sizeof(T)> | |
| KOKKOS_INLINE_FUNCTION auto | operator[] (size_t i) const |
Static Public Attributes | |
| static constexpr unsigned | dim = 0 |
Static Public Attributes inherited from ippl::detail::Expression< Scalar< T >, sizeof(T)> | |
| static constexpr unsigned | dim |
Expression for intrinsic data types. They are both regular expressions and field expressions.
|
inline |
|
inline |