Interpolation is computed twice
Due to #1464, interpolant coefficients for piecewise polynomial interpolators are computed twice if node sensitivity is requested.
Is this a problem, or just inefficient? There is no way to get node sensitivity later as far as I can see.
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.