You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed to access the segments and knots from the NaturalSpline, because I am using the library to compute these values so I can re-use them later on in a different context. For that I added functions
Maybe it's worth extended the interface such that this kind of information is accessible in general way. This patch just does it for the natural spline.
The text was updated successfully, but these errors were encountered:
I needed to access the segments and knots from the NaturalSpline, because I am using the library to compute these values so I can re-use them later on in a different context. For that I added functions
Additionally the members variables have been renamed:
Find attached the patch to make the modification:
NaturalSpline_segments_knots.diff.zip
Maybe it's worth extended the interface such that this kind of information is accessible in general way. This patch just does it for the natural spline.
The text was updated successfully, but these errors were encountered: