ndarray-interp

Crates.iondarray-interp
lib.rsndarray-interp
version0.5.0
created_at2023-07-08 11:28:54.103315+00
updated_at2025-02-26 22:22:31.698609+00
descriptionInterpolation package for ndarray
homepage
repositoryhttps://github.com/jonasBoss/ndarray-interp
max_upload_size
id911426
size228,580
(jonasBoss)

documentation

README

ndarray-interp

A Interpolation crate for usage with the rust ndarray crate.

Features

  • 1D-Interpolation of n-dimensional data along the first axis
  • 2D-Interpolation of n-dimensional data along the first two axes
  • 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 Wikipedia
  • Bilinear interpolation with, and without extrapolation Wikipedia

Planned Features

  • More interpolation strategies
  • rayon support
Commit count: 210

cargo fmt