OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
DistributionMoments.h File Reference
#include "Ippl.h"
#include <Kokkos_Core.hpp>
#include "Algorithms/BoostMatrix.h"
#include "Physics/Physics.h"
#include "Physics/Units.h"
#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

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 Documentation

◆ matrix_t

typedef boost::numeric::ublas::matrix<double> matrix_t

Definition at line 34 of file DistributionMoments.h.

◆ Vector_t

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

Definition at line 30 of file DistributionMoments.h.

◆ VectorPair_t

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

Definition at line 32 of file DistributionMoments.h.