#include "metric_traits.hpp"#include <boost/multi_array.hpp>#include <boost/range/iterator_range.hpp>#include <array>Go to the source code of this file.
Classes | |
| class | paal::data_structures::rectangle_array_metric< DistanceTypeParam > |
| Metric implementation on 2 dimensional array distance calls on this metric are valid opnly when x < N and y < M (N and M given in the constructor) when we know that only certain calls occurs it might be worthwhile to use this metric More... | |
| class | paal::data_structures::array_metric< DistanceTypeParam > |
| this metric is rectangle_array_metric with N == M. More... | |
Namespaces | |
| paal | |
| global namespace of project. | |
| paal::data_structures | |
| Data Structure namespace. | |
1.8.5