ScientificGo is a collection of Go packages for scientific computing. Designed for maximal portability and high-performance, ScientificGo packages are written in pure Go; there are no hidden bindings to C or Fortran libraries and no platform-dependent assembly implementations or build processes.
Installation
You can use the go get
command to install ScientificGo packages on any platform. It is that simple.
Packages
-
fft: Fast Fourier transforms of arbitrary length data.
-
special: Special functions to extend the math package.
-
testutil: Generic functions for unit testing with go test.