Crate ndarray_interp

Source
Expand description

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

1D and 2D interpolation is supported. See the modules interp1d and interp2d

§Custom interpolation strategy

This crate defines traits to allow implementation of user defined interpolation algorithms. see the custom_strategy.rs example.

Modules§

interp1d
A collection of structs and traits to interpolate data along the first axis
interp2d
A collection of structs and traits to interpolate data along the first two axis
vector_extensions

Enums§

BuilderError
Errors during Interpolator creation
InterpolateError
Errors during Interpolation