Tapkee
|
#include <tapkee/defines.hpp>
#include <tapkee/utils/fibonacci_heap.hpp>
#include <tapkee/utils/reservable_priority_queue.hpp>
#include <tapkee/utils/time.hpp>
#include <limits>
Go to the source code of this file.
Namespaces | |
tapkee | |
tapkee::tapkee_internal | |
Functions | |
template<class RandomAccessIterator , class DistanceCallback > | |
DenseSymmetricMatrix | compute_shortest_distances_matrix (RandomAccessIterator begin, RandomAccessIterator end, Neighbors &neighbors, DistanceCallback callback) |
template<class RandomAccessIterator , class DistanceCallback > | |
DenseMatrix | compute_shortest_distances_matrix (RandomAccessIterator begin, RandomAccessIterator end, Landmarks &landmarks, Neighbors &neighbors, DistanceCallback callback) |