Skip to content

nakashima-hikaru/spline-interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spline Interpolation

This is a pure Rust implementation of spline interpolation.

Feature

At the present, this project provides:

  • (General) Spline
  • Catmull-Rom Spline
  • Natural Cubic Spline

Cargo Feature Flags

  • decimal: Add support for rust-decimal::Decimal

Licence

The source code of this repository is primarily distributed under the terms of both the MIT license

About

A pure Rust implementation of spline interpolation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages