Skip to content

A Go package implementing the Cubic Spline Interpolation algorithm.

License

Notifications You must be signed in to change notification settings

tunabay/go-cbspline

Repository files navigation

go-cbspline

Go Reference MIT License

Overview

Package cbspline implements the Cubic Spline Interpolation algorithm.

Limitation

  • Cyclic (periodic) boundary condition does not work at all :-(