IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2023, 9:45:29 AM (3 years ago)
Author:
eugene
Message:

adding option to spline1d to specify boundary 1st derivatives (default is 2nd derive = 0.0)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/data.h

    r41891 r42332  
    133133
    134134/* in spline.c */
    135 void spline_construct_flt (float *x, float *y, int N, float *y2);
     135void spline_construct_flt (float *x, float *y, int N, float *y2, float dyLower, float dyUpper);
    136136float 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);
     137void spline_construct_dbl (opihi_flt *x, opihi_flt *y, int N, opihi_flt *y2, opihi_flt dyLower, opihi_flt dyUpper);
    138138opihi_flt spline_apply_dbl (opihi_flt *x, opihi_flt *y, opihi_flt *y2, int N, opihi_flt X);
    139139
Note: See TracChangeset for help on using the changeset viewer.