Skip to content

Multi variate radial basis interpolation in golang

License

Notifications You must be signed in to change notification settings

PolymerGuy/gorbi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

GORBI

Multi variate radial basis interpolation in golang

Build Status codecov Documentation Go Report Card

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

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/

Installing

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

Running the tests

When you have pulled the code, you should run the tests by:

cd /path/to/gorbi
go test

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

Authors

  • Sindre Olufsen - Author of this repo

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • An enormeous thanks to the authors of the Scipy RBI project, from which this code is ported

About

Multi variate radial basis interpolation in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published