// nuderiv.hxx non uniformly spaced derivative coefficients #include using namespace std; typedef complex cmplx; void nuderiv(int order, int npoint, int point, cmplx x[], cmplx c[]);