/gogsl

GSL library wrappers for golang

Primary LanguageGo

gogsl

This is a simple set of wrappers around the GSL library for Go using CGo. The wrappers are largely faithful to underlying names, but there are some added types to make the code feel more "Goish" - see fit/linreg.go for an example (the LinearFit type).