#include <stdio.h>#include <stdlib.h>#include <math.h>Go to the source code of this file.
Defines | |
| #define | PI 3.1415926535897935 |
Functions | |
| void ** | MATRIX (int nrows, int ncols, int first_row, int first_col, int element_size) |
| void | errorAction (int N, double *Y, float *ZF) |
| void | SPLINE (int N, float *Z, float *ZF, float ZSP, float ZPV) |
|
|
Definition at line 17 of file spline.c. Referenced by SPLINE. |
|
||||||||||||||||
|
Definition at line 57 of file spline.c. Referenced by SPLINE. |
|
||||||||||||||||||||||||
|
Definition at line 26 of file spline.c. References malloc. |
|
||||||||||||||||||||||||
|
Definition at line 90 of file spline.c. References errorAction, malloc, MATRIX, and PI. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002