Typedef beluga::clusterizer_detail::ClusterMap
Defined in File cluster_based_estimation.hpp
Typedef Documentation
-
template<class State>
using beluga::clusterizer_detail::ClusterMap = std::unordered_map<std::size_t, ClusterCell<State>> A map that holds the sparse data about the particles grouped in cells.