|
Graphviz 14.0.3~dev.20251026.1726
|
Go to the source code of this file.
Functions | |
| void | furtherest_point (int k, int dim, double *wgt, double *pts, double *center, double width, int max_level, double *dist_max, double **argmax) |
| void | furtherest_point_in_list (int k, int dim, double *wgt, double *pts, QuadTree qt, int max_level, double *dist_max, double **argmax) |
| void furtherest_point | ( | int | k, |
| int | dim, | ||
| double * | wgt, | ||
| double * | pts, | ||
| double * | center, | ||
| double | width, | ||
| int | max_level, | ||
| double * | dist_max, | ||
| double ** | argmax | ||
| ) |
| void furtherest_point_in_list | ( | int | k, |
| int | dim, | ||
| double * | wgt, | ||
| double * | pts, | ||
| QuadTree | qt, | ||
| int | max_level, | ||
| double * | dist_max, | ||
| double ** | argmax | ||
| ) |
Definition at line 154 of file furtherest_point.c.
References QuadTree_struct::average, QuadTree_struct::center, dim, distance(), distance_to_group(), gv_calloc(), LIST_APPEND, LIST_CLEAR, LIST_FREE, LIST_GET, LIST_SIZE, MAX, QuadTree_struct::n, PRISIZE_T, QuadTree_struct::qts, SWAP, QuadTree_struct::total_weight, Verbose, and QuadTree_struct::width.
Referenced by node_distinct_coloring_internal2().