Home
Install
Use
Develop
Support
News
Credits
hosted by
|
10#ifndef __GCVSPL_DECL_H
11#define __GCVSPL_DECL_H
21 int gcvspl ( double *x, double *y, int ny,
22 double *wx, double *wy, int m, int n, int k,
23 int md, double val, double *c, int nc,
26 double splder ( int ider, int m, int n, double t,
27 double *x, double *c__, int *l, double *q );
Generated using doxygen 1.14.0
|