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

  • A collection of structs and traits to interpolate data along the first axis
  • A collection of structs and traits to interpolate data along the first two axis

Enums