c_csa1s(3NCARG) | NCAR GRAPHICS | c_csa1s(3NCARG) |
c_csa1s - cubic spline approximation, simple entry for one-dimensional input
float *c_csa1s(int, float [], float [], int, int, float [], int *);
float *c_csa1s(int n, float xi[], float yi[], int knots,
int m, float xo[], int *ier);
c_csa1s is called to find an approximating cubic spline for one-dimensional input data. If you want to weight the input data values, calculate derivatives, or handle data sparse areas specially, then you will need to use c_csa1xs.
c_csa1s returns a pointer to a linear array of data that is the approximated curve.
To use c_csa1s, load the NCAR Graphics library ngmath.
csagrid, c_csa1xs, c_csa1ls, c_csa1lxs
Complete documentation for Csagrid is available at URL
http://ngwww.ucar.edu/ngdoc/ng/ngmath/csagrid/csahome.html
Copyright (C) 2000
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
January 1999 | UNIX |