Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
furtherest_point.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ furtherest_point()

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(), 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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ furtherest_point_in_list()

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, 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().

Here is the call graph for this function:
Here is the caller graph for this function: