|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
|
#include "Ippl.h"#include <Kokkos_Core.hpp>#include "Algorithms/BoostMatrix.h"#include "Physics/Physics.h"#include "Physics/Units.h"#include <vector>Go to the source code of this file.
Classes | |
| class | DistributionMoments |
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 boost::numeric::ublas::matrix< double > | matrix_t |
| typedef boost::numeric::ublas::matrix<double> matrix_t |
Definition at line 34 of file DistributionMoments.h.
Definition at line 30 of file DistributionMoments.h.
| typedef std::pair<Vector_t<double, 3>, Vector_t<double, 3> > VectorPair_t |
Definition at line 32 of file DistributionMoments.h.