Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ready-steady/lagrange
Algorithm for working with multivariate Lagrange polynomials
https://github.com/ready-steady/lagrange
lagrange polynomial
Last synced: about 2 months ago
JSON representation
Algorithm for working with multivariate Lagrange polynomials
- Host: GitHub
- URL: https://github.com/ready-steady/lagrange
- Owner: ready-steady
- License: mit
- Created: 2016-01-16T14:06:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T08:24:01.000Z (about 7 years ago)
- Last Synced: 2024-06-20T11:12:19.870Z (6 months ago)
- Topics: lagrange, polynomial
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Lagrange [![Status][status-img]][status-url]
The package provides algorithms for working with multivariate [Lagrange
polynomials][1].## [Documentation][doc]
## Contributing
1. Fork the project.
2. Implement your idea.
3. Create a pull request.[1]: https://en.wikipedia.org/wiki/Lagrange_polynomial
[doc]: https://godoc.org/github.com/ready-steady/lagrange
[status-img]: https://travis-ci.org/ready-steady/lagrange.svg?branch=master
[status-url]: https://travis-ci.org/ready-steady/lagrange