info stored for each x value in the sample data set More...
#include <cubic_spline.h>
Public Member Functions | |
| info (double y, double s=0) | |
Public Attributes | |
| double | s_ |
| second derivative the interpolation function at x | |
| double | y_ |
| value of the function at the specified x location | |
info stored for each x value in the sample data set
Definition at line 77 of file cubic_spline.h.
| info | ( | double | y, | |
| double | s = 0 | |||
| ) |
Definition at line 82 of file cubic_spline.h.
| double s_ |
second derivative the interpolation function at x
Definition at line 80 of file cubic_spline.h.
| double y_ |
value of the function at the specified x location
Definition at line 79 of file cubic_spline.h.
1.6.3