|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|


Go to the source code of this file.
Classes | |
| struct | ParticleBinning::DeviceViewTraits< true, ViewType > |
| Specialization of DeviceViewTraits for when DualView is used. More... | |
| struct | ParticleBinning::DeviceViewTraits< false, ViewType > |
| Specialization of DeviceViewTraits for when DualView is not used. More... | |
| class | ParticleBinning::Histogram< size_type, bin_index_type, value_type, UseDualView, Properties > |
| Template class providing adaptive particle histogram binning with support for Kokkos Views and DualViews. More... | |
Namespaces | |
| namespace | ParticleBinning |
| struct ParticleBinning::DeviceViewTraits< true, ViewType > |
Specialization of DeviceViewTraits for when DualView is used.
Definition at line 26 of file BinHisto.h.

| Class Members | ||
|---|---|---|
| typedef typename t_dev | d_type | |
| typedef typename t_host | h_type | |
| struct ParticleBinning::DeviceViewTraits< false, ViewType > |
Specialization of DeviceViewTraits for when DualView is not used.
Definition at line 35 of file BinHisto.h.

| Class Members | ||
|---|---|---|
| typedef ViewType | d_type | |
| typedef ViewType | h_type | |