home *** CD-ROM | disk | FTP | other *** search
-
-
- void splin2(float *x1a, float *x2a, float **ya, float **y2a,
- int m, int n, float x1, float x2, float *y);
- void splie2(float *x1a, float *x2a, float **ya, int m, int n, float **y2a);
- void splint(float *xa, float *ya, float *y2a, int n, float x, float *y);
- void spline(float *x, float *y, int n, float yp1, float ypn, float *y2);
- float *fvector(int nl, int nh);
- void free_fvector(float *v, int nl, int nh);
- float **fmatrix(int nrl, int nrh, int ncl, int nch);
- void free_fmatrix(float **m, int nrl, int nrh, int ncl, int nch);
-