IPPL (Independent Parallel Particle Layer)
IPPL
Loading...
Searching...
No Matches
Kokkos::reduction_identity< ippl::Vector< T, Dim > > Struct Template Reference

#include <BareField.hpp>

Collaboration diagram for Kokkos::reduction_identity< ippl::Vector< T, Dim > >:

Static Public Member Functions

static KOKKOS_FORCEINLINE_FUNCTION ippl::Vector< T, Dimsum ()
static KOKKOS_FORCEINLINE_FUNCTION ippl::Vector< T, Dimprod ()
static KOKKOS_FORCEINLINE_FUNCTION ippl::Vector< T, Dimmin ()
static KOKKOS_FORCEINLINE_FUNCTION ippl::Vector< T, Dimmax ()

Detailed Description

template<typename T, unsigned Dim>
struct Kokkos::reduction_identity< ippl::Vector< T, Dim > >

Definition at line 19 of file BareField.hpp.

Member Function Documentation

◆ max()

template<typename T, unsigned Dim>
KOKKOS_FORCEINLINE_FUNCTION ippl::Vector< T, Dim > Kokkos::reduction_identity< ippl::Vector< T, Dim > >::max ( )
inlinestatic

Definition at line 29 of file BareField.hpp.

◆ min()

template<typename T, unsigned Dim>
KOKKOS_FORCEINLINE_FUNCTION ippl::Vector< T, Dim > Kokkos::reduction_identity< ippl::Vector< T, Dim > >::min ( )
inlinestatic

Definition at line 26 of file BareField.hpp.

◆ prod()

template<typename T, unsigned Dim>
KOKKOS_FORCEINLINE_FUNCTION ippl::Vector< T, Dim > Kokkos::reduction_identity< ippl::Vector< T, Dim > >::prod ( )
inlinestatic

Definition at line 23 of file BareField.hpp.

◆ sum()

template<typename T, unsigned Dim>
KOKKOS_FORCEINLINE_FUNCTION ippl::Vector< T, Dim > Kokkos::reduction_identity< ippl::Vector< T, Dim > >::sum ( )
inlinestatic

Definition at line 20 of file BareField.hpp.


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