|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
#include <DistributionMoments.h>

Public Member Functions | |
| KOKKOS_INLINE_FUNCTION | SumArray () |
| KOKKOS_INLINE_FUNCTION SumArray & | operator+= (const SumArray &src) |
Public Attributes | |
| double | data [N] |
Definition at line 312 of file DistributionMoments.h.
|
inline |
Definition at line 316 of file DistributionMoments.h.
References SumArray< N >::data.
|
inline |
Definition at line 322 of file DistributionMoments.h.
References SumArray< N >::data.
| double SumArray< N >::data[N] |
Definition at line 313 of file DistributionMoments.h.
Referenced by DistributionMoments::computeDebyeLength(), DistributionMoments::computeMeans(), SumArray< N >::operator+=(), and SumArray< N >::SumArray().