ndarray-interp

Crates.iondarray-interp
lib.rsndarray-interp
version0.4.1
sourcesrc
created_at2023-07-08 11:28:54.103315
updated_at2023-10-12 08:36:47.621844
descriptionInterpolation package for ndarray
homepage
repositoryhttps://github.com/jonasBoss/ndarray-interp
max_upload_size
id911426
size174,622
(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
  • Biliniar interpolation with, and without extrapolation Wikipedia

Planned Features

  • More interpolation strategies
  • rayon support
Commit count: 162

cargo fmt