#include <vector>
#include <algorithm>
Go to the source code of this file.
Classes | |
struct | fftjetcms::Private::matchOneToOne_MatchInfo |
Namespaces | |
fftjetcms | |
fftjetcms::Private | |
Functions | |
template<class T1 , class T2 , class DistanceCalculator > | |
unsigned | fftjetcms::matchOneToOne (const std::vector< T1 > &v1, const std::vector< T2 > &v2, const DistanceCalculator &calc, std::vector< int > *matchFrom1To2, const double maxMatchingDistance=1.0e300) |