rust-ndarray / ndarray

ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
https://docs.rs/ndarray/
Apache License 2.0
3.61k stars 307 forks source link

Interpolation / Resampling #316

Closed Libbum closed 1 year ago

Libbum commented 7 years ago

I've come across the need to do some 3D interpolation and from what I can tell, implementations of interpolation routines are pretty thin on the ground in the rust ecosystem at present. There are GSL bindings and this 2D-only routine, but that's about it.

So I'll need to write something up for my own purposes (unless anyone can point me in the right direction to existing code); but is this something that ndarray would want on the roadmap? Should I start new functionality with a plan to merge it here, or build a separate crate for this sort of functionality?

nilgoyette commented 1 year ago

Closing this issue