https://github.com/ready-steady/spline
Spline interpolation
https://github.com/ready-steady/spline
approximation interpolation polynomial spline
Last synced: 6 months ago
JSON representation
Spline interpolation
- Host: GitHub
- URL: https://github.com/ready-steady/spline
- Owner: ready-steady
- License: mit
- Created: 2015-03-24T13:06:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T05:49:13.000Z (almost 8 years ago)
- Last Synced: 2025-06-07T16:11:51.957Z (10 months ago)
- Topics: approximation, interpolation, polynomial, spline
- Language: Go
- Size: 6.84 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Spline [![Build Status][travis-img]][travis-url]
The package provides algorithms for [spline interpolation][1].
## [Documentation][doc]
## Contributing
1. Fork the project.
2. Implement your idea.
3. Create a pull request.
[1]: https://en.wikipedia.org/wiki/Spline_interpolation
[doc]: http://godoc.org/github.com/ready-steady/spline
[travis-img]: https://travis-ci.org/ready-steady/spline.svg?branch=master
[travis-url]: https://travis-ci.org/ready-steady/spline