All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Classes | Namespaces
basic_metrics.hpp File Reference
#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.
 

Detailed Description

Author
Piotr Wygocki
Version
1.0
Date
2013-02-15

Definition in file basic_metrics.hpp.