A Interpolation crate for usage with the rust ndarray crate.
- 1D-Interpolation of n-dimensional data along the first axis
- 2D-Interpolation of n-dimensional data along the first two axes
- Add your own Interpolation algorithms
- Interpolation of owned arrays and array views
- Interpolation at multiple points at once
- Linear interpolation with, and without extrapolation
- Cubic spline interpolation Wikipedia
- Bilinear interpolation with, and without extrapolation Wikipedia
- More interpolation strategies
- rayon support