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
Changed the label. This is inefficient especially when doing calibration with e.g.,CubicSplineInterpolator where the node sensitivity computation is requested every step, then the linear system is solved twice.
For several piecewise polynomial interpolators, determining coefficients is not required to calculate coefficient sensitivities, while these two share some variables, e.g., intervals, gradients.
Due to #1464, interpolant coefficients for piecewise polynomial interpolators are computed twice if node sensitivity is requested.
The text was updated successfully, but these errors were encountered: