ndarray-interp 0.2.1

Interpolation package for ndarray
Documentation

ndarray-interp

A Interpolation crate for usage with the rust ndarray crate.

Features

  • Interpolation of n-dimensional data along the first axis
  • Add your own Interpolation algorithms
  • Interpolation of owned arrays and array views
  • Interpolation at multiple points at once

Interpolation strategies

  • Linear interpolation with, and without extrapolation
  • Cubic spline interpolation

Planned Features

  • More interpolation strategies
  • Interpolation along 2 axis (2D-Interpolation)
  • rayon support