Multi variate radial basis interpolation in golang
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
This library is can be used in other projects and the GO compiler and base library is the only thing you need:
https://golang.org/
There are two main ways of getting this code base, being:
Go get the repo by
go get github.com/polymerguy/gorbi
or, clone the repo directly
git clone http://www.github.com/polymerguy/gorbi.git
When you have pulled the code, you should run the tests by:
cd /path/to/gorbi
go test
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Sindre Olufsen - Author of this repo
This project is licensed under the MIT License - see the LICENSE.md file for details
- An enormeous thanks to the authors of the Scipy RBI project, from which this code is ported