Skip to content

Trilinear interpolator and new `sortDataset`

Compare
Choose a tag to compare
@HugoGranstrom HugoGranstrom released this 02 Aug 10:50
· 128 commits to master since this release
8c4fdb3
  • 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.