#include <tapkee/defines.hpp>
#include <iostream>
#include <cmath>
Go to the source code of this file.
|
| template<class T > |
| void | push (v_array< T > &v, const T &new_ele) |
| |
| template<class T > |
| void | alloc (v_array< T > &v, int length) |
| |
| template<class T > |
| v_array< T > | pop (v_array< v_array< T > > &stack) |
| |
| template<class RandomAccessIterator , class Callback > |
| ScalarType | distance (Callback &cb, const CoverTreePoint< RandomAccessIterator > &l, const CoverTreePoint< RandomAccessIterator > &r, ScalarType upper_bound) |
| |
| template<class RandomAccessIterator > |
| void | print (const CoverTreePoint< RandomAccessIterator > &) |
| |