Defines | |
#define | MODULE_ID "XSH_BSPLINE" |
#define | N 200 |
#define | NCOEFFS 12 |
#define | NBREAK (NCOEFFS -2) |
#define | MODULE_ID "XSH_BSPLINE_INTERPOL" |
Functions | |
int | main (int argc, char **argv) |
Unit test of xsh_bspline. |
#define MODULE_ID "XSH_BSPLINE_INTERPOL" |
Definition at line 59 of file test-xsh_bspline_interpol.c.
#define MODULE_ID "XSH_BSPLINE" |
Definition at line 75 of file test-xsh_bspline.c.
#define N 200 |
Definition at line 78 of file test-xsh_bspline.c.
Referenced by barvel(), main(), and xsh_polynomial_regression_2d().
#define NBREAK (NCOEFFS -2) |
Definition at line 84 of file test-xsh_bspline.c.
Referenced by main().
#define NCOEFFS 12 |
Definition at line 81 of file test-xsh_bspline.c.
Referenced by main().
int main | ( | int | argc, | |
char ** | argv | |||
) |
Unit test of xsh_bspline.
Unit test of xsh_bspline_interpol.
Definition at line 71 of file test-xsh_bspline_interpol.c.
References MODULE_ID, TEST_END, TESTS_INIT, x, xsh_error_dump, and y.