- Timestamp:
- Feb 4, 2023, 7:36:15 AM (3 years ago)
- Location:
- branches/eam_branches/ipp-20220316/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/include/data.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/Ohana
- Property svn:mergeinfo changed
/tags/ipp-ops-20220303-rc/Ohana (added) merged: 42123 /trunk/Ohana merged: 42277-42278,42285,42311,42332
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20220316/Ohana/src/opihi/include/data.h
r41891 r42361 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.
