Graphviz 13.0.0~dev.20241220.2304
|
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 | ||
) |
Definition at line 56 of file furtherest_point.c.
References QuadTree_struct::center, center(), dim, QuadTree_struct::dim, distance(), distance_to_group(), gv_calloc(), MAX, PRISIZE_T, QuadTree_struct::qts, QuadTree_delete(), QuadTree_new(), QuadTree_new_in_quadrant(), QuadTree_struct::total_weight, Verbose, and QuadTree_struct::width.
Referenced by node_distinct_coloring_internal2().
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 156 of file furtherest_point.c.
References QuadTree_struct::average, QuadTree_struct::center, dim, distance(), distance_to_group(), gv_calloc(), MAX, QuadTree_struct::n, PRISIZE_T, QuadTree_struct::qts, QuadTree_struct::total_weight, Verbose, and QuadTree_struct::width.
Referenced by node_distinct_coloring_internal2().