Changeset 42332 for trunk/Ohana/src/opihi/include/data.h
- Timestamp:
- Jan 30, 2023, 9:45:29 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/data.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/data.h
r41891 r42332 133 133 134 134 /* in spline.c */ 135 void spline_construct_flt (float *x, float *y, int N, float *y2 );135 void spline_construct_flt (float *x, float *y, int N, float *y2, float dyLower, float dyUpper); 136 136 float spline_apply_flt (float *x, float *y, float *y2, int N, float X); 137 void spline_construct_dbl (opihi_flt *x, opihi_flt *y, int N, opihi_flt *y2 );137 void spline_construct_dbl (opihi_flt *x, opihi_flt *y, int N, opihi_flt *y2, opihi_flt dyLower, opihi_flt dyUpper); 138 138 opihi_flt spline_apply_dbl (opihi_flt *x, opihi_flt *y, opihi_flt *y2, int N, opihi_flt X); 139 139
Note:
See TracChangeset
for help on using the changeset viewer.
