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
Improved the computational efficiency of finding the knot intervals for x
(by replacing the naive binary search implementation with std::upper_bound
and std::distance).