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

Download history 532/week @ 2024-12-11 256/week @ 2024-12-18 87/week @ 2024-12-25 101/week @ 2025-01-01 112/week @ 2025-01-08 121/week @ 2025-01-15 94/week @ 2025-01-22 146/week @ 2025-01-29 142/week @ 2025-02-05 165/week @ 2025-02-12 175/week @ 2025-02-19 353/week @ 2025-02-26 242/week @ 2025-03-05 373/week @ 2025-03-12 265/week @ 2025-03-19 144/week @ 2025-03-26

1,056 downloads per month

MIT license

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