dem_discr.h 230 B

123456
  1. #include <math.h>
  2. #include "bz_discr.h"
  3. // Name: The data structure is a tree by Overmars and Yap
  4. // (But the algorithm is the Dobkin/Epstein/Mitchell one.)
  5. double oydiscr(double **pointset, int dim, int npoints, double *lower);