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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Trilinear interpolator for uniformly gridded data. Use it by constructing a 3D Tensor with the function values and use newTrilinearSpline to create the spline.
Updated sortDataset and added sortAndTrimDataset which sorts and removes duplicates. If non-matching duplicates (same x-value, different y-values) are found it will raise ValueError.
newCubicSpline doesn't require the inputs to be sorted anymore.