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

#include <DistributionMoments.h>

Collaboration diagram for MinArray< N >:
Collaboration graph

Public Member Functions

KOKKOS_INLINE_FUNCTION MinArray ()
 
KOKKOS_INLINE_FUNCTION MinArrayoperator+= (const MinArray &src)
 

Public Attributes

double data [N]
 

Detailed Description

template<int N>
struct MinArray< N >

Definition at line 350 of file DistributionMoments.h.

Constructor & Destructor Documentation

◆ MinArray()

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

Definition at line 354 of file DistributionMoments.h.

References MinArray< N >::data.

Member Function Documentation

◆ operator+=()

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

Definition at line 360 of file DistributionMoments.h.

References MinArray< N >::data.

Member Data Documentation

◆ data

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

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