Crate ndarray_interp
source ·Expand description
The ndarray-interp crate provides interpolation algorithms for interpolating n-dimesional data.
interp1d::Interp1D provides functionality to interpolate n-dimensional arrays along the first axis. The documentation of the different interpolation methods provide examples.
Custom interpolation strategy
This crate defines the traits StrategyBuilder
and Strategy
that allow implementation of user
defined interpolation algorithms.
see the custom_strategy.rs
example.
Modules
- A collection of structs and traits to interpolate data along the first axis
Enums
- Errors during Interpolator creation
- Errors during Interpolation