|
Graphviz 14.0.3~dev.20251029.0425
|
#include <sparse/general.h>#include <sparse/SparseMatrix.h>#include <mingle/nearest_neighbor_graph_ann.h>#include <mingle/nearest_neighbor_graph.h>#include <vector>Go to the source code of this file.
Functions | |
| SparseMatrix | nearest_neighbor_graph (int nPts, int num_neighbors, const std::vector< double > &x) |
| SparseMatrix nearest_neighbor_graph | ( | int | nPts, |
| int | num_neighbors, | ||
| const std::vector< double > & | x | ||
| ) |
Definition at line 17 of file nearest_neighbor_graph.cpp.
References MATRIX_TYPE_REAL, nearest_neighbor_graph_ann(), and SparseMatrix_from_coordinate_arrays().
Referenced by agglomerative_ink_bundling_internal(), and bundle().