10 releases
0.5.0 | Feb 26, 2025 |
---|---|
0.4.1 | Oct 12, 2023 |
0.3.2 | Sep 21, 2023 |
0.3.1 | Aug 29, 2023 |
0.1.1 | Jul 8, 2023 |
#370 in Math
1,056 downloads per month
110KB
2K
SLoC
ndarray-interp
A Interpolation crate for usage with the rust ndarray crate.
Features
- 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
Interpolation strategies
- Linear interpolation with, and without extrapolation
- Cubic spline interpolation Wikipedia
- Bilinear interpolation with, and without extrapolation Wikipedia
Planned Features
- More interpolation strategies
- rayon support
Dependencies
~1.5–2.2MB
~45K SLoC