|
Libbarrett
1.2.4
|
#include <spline.h>
Public Attributes | |
| enum bt_spline_mode | mode |
| int | dimension |
| int | npoints |
| double * | ss |
| double | length |
| double ** | points |
| gsl_interp_accel * | acc |
| gsl_interp ** | interps |
Spline data, including the dimensionality, array of saved points and parameters, and GSL interpolators / accelerators used when retrieving points.
1.7.6.1