OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
SumArray< N > Struct Template Reference

#include <DistributionMoments.h>

Collaboration diagram for SumArray< N >:
Collaboration graph

Public Member Functions

KOKKOS_INLINE_FUNCTION SumArray ()
 
KOKKOS_INLINE_FUNCTION SumArrayoperator+= (const SumArray &src)
 

Public Attributes

double data [N]
 

Detailed Description

template<int N>
struct SumArray< N >

Definition at line 312 of file DistributionMoments.h.

Constructor & Destructor Documentation

◆ SumArray()

template<int N>
KOKKOS_INLINE_FUNCTION SumArray< N >::SumArray ( )
inline

Definition at line 316 of file DistributionMoments.h.

References SumArray< N >::data.

Member Function Documentation

◆ operator+=()

template<int N>
KOKKOS_INLINE_FUNCTION SumArray & SumArray< N >::operator+= ( const SumArray< N > &  src)
inline

Definition at line 322 of file DistributionMoments.h.

References SumArray< N >::data.

Member Data Documentation

◆ data


The documentation for this struct was generated from the following file: