OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
DistributionMoments.h File Reference
#include "Algorithms/Matrix.h"
#include "Ippl.h"
#include "PartBunch/BunchStateHandler.h"
#include "Physics/Physics.h"
#include "Physics/Units.h"
#include <Kokkos_Core.hpp>
#include <vector>
Include dependency graph for DistributionMoments.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DistributionMoments
 
struct  SumArray< N >
 
struct  MaxArray< N >
 
struct  MinArray< N >
 
struct  SumMatrix6x6
 
struct  Kokkos::reduction_identity< SumArray< N > >
 
struct  Kokkos::reduction_identity< MaxArray< N > >
 
struct  Kokkos::reduction_identity< MinArray< N > >
 
struct  Kokkos::reduction_identity< SumMatrix6x6 >
 

Namespaces

namespace  Kokkos
 

Typedefs

template<typename T , unsigned Dim = 3>
using Vector_t = ippl::Vector< T, Dim >
 
typedef std::pair< Vector_t< double, 3 >, Vector_t< double, 3 > > VectorPair_t
 

Typedef Documentation

◆ Vector_t

template<typename T , unsigned Dim = 3>
using Vector_t = ippl::Vector<T, Dim>

Definition at line 31 of file DistributionMoments.h.

◆ VectorPair_t

typedef std::pair<Vector_t<double, 3>, Vector_t<double, 3> > VectorPair_t

Definition at line 33 of file DistributionMoments.h.