mathnet-numerics icon indicating copy to clipboard operation
mathnet-numerics copied to clipboard

Added public properties to CubicSpline interpolation

Open osswaldo opened this issue 7 months ago • 0 comments

I made the X, C0, C1, C2, C3, and IndefiniteIntegral properties publicly accessible in CubicSpline interpolation. In my use case, I needed to extract the coefficients, and having them as public properties makes the API more convenient and user-friendly.

osswaldo avatar Apr 11 '25 10:04 osswaldo