Implementation of the normalize range adaptor object. More...
#include <algorithm>
#include <execution>
#include <range/v3/action/action.hpp>
#include <range/v3/numeric/accumulate.hpp>
#include <range/v3/view/common.hpp>
#include <beluga/type_traits/particle_traits.hpp>
#include <beluga/views/particles.hpp>
Go to the source code of this file.
Classes | |
struct | beluga::actions::detail::normalize_base_fn |
Implementation detail for a normalize range adaptor object. More... | |
struct | beluga::actions::detail::normalize_fn |
Implementation detail for a normalize range adaptor object with a default execution policy. More... | |
Namespaces | |
beluga | |
The main Beluga namespace. | |
beluga::actions | |
beluga::actions::detail | |
Variables | |
constexpr ranges::actions::action_closure< detail::normalize_fn > | beluga::actions::normalize |
Implementation of the normalize range adaptor object.
Definition in file normalize.hpp.