An open API service indexing awesome lists of open source software.

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

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