|
CPPDescent 80d9539
(with uncommitted changes)
A C++ KNN-Graph creation library
|
#include "cppdescent/ADTGraph.hpp"#include <gsl/gsl_blas.h>#include <gsl/gsl_vector.h>#include <climits>#include <iostream>#include "cppdescent/cppdescent.hpp"
Functions | |
| int | compareVertices (Pointer vertex1, Pointer vertex2) |
| int | compareNeighbors (Pointer neighbor1, Pointer neighbor2) |
| void | destroyVertex (GraphVertex *vertex) |
| void | destroyEdgePair (GraphVertexPair *pair) |