Crate ndarray_interp

source ·
Expand description

The ndarray-interp crate provides interpolation algorithms for interpolating n-dimesional data.

Interp1D provides functionality to interpolate n-dimensional arrays along the first axis. The documentation of the different interpolation methods provides examples.

Structs

Enums