mathnet-numerics
mathnet-numerics copied to clipboard
Added public properties to CubicSpline interpolation
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.