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

#include <DistributionMoments.h>

Collaboration diagram for MaxArray< N >:
Collaboration graph

Public Member Functions

KOKKOS_INLINE_FUNCTION MaxArray ()
 
KOKKOS_INLINE_FUNCTION MaxArrayoperator+= (const MaxArray &src)
 

Public Attributes

double data [N]
 

Detailed Description

template<int N>
struct MaxArray< N >

Definition at line 331 of file DistributionMoments.h.

Constructor & Destructor Documentation

◆ MaxArray()

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

Definition at line 335 of file DistributionMoments.h.

References MaxArray< N >::data.

Member Function Documentation

◆ operator+=()

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

Definition at line 341 of file DistributionMoments.h.

References MaxArray< N >::data.

Member Data Documentation

◆ data

template<int N>
double MaxArray< N >::data[N]

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