|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
#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>

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 |
Definition at line 31 of file DistributionMoments.h.
| typedef std::pair<Vector_t<double, 3>, Vector_t<double, 3> > VectorPair_t |
Definition at line 33 of file DistributionMoments.h.