ENH: Allow `Splinterpolator` instances to be created from an existing set of spline coefficients, and extend extrapolation options
Compare changes
- Paul McCarthy authored
code was added in an early commit, but was then replaced with indx2indx, and never updated / used.
+ 4
− 18
@@ -1350,16 +1350,8 @@ T Splinterpolator<T>::coef(int *indx) const
@@ -1368,23 +1360,17 @@ T Splinterpolator<T>::coef(int *indx) const