gonum
Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more
How to download and setup gonum
Open terminal and run command
git clone https://github.com/gonum/gonum.git
git clone is used to create a copy or clone of gonum repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with gonum https://github.com/gonum/gonum/archive/master.zip
Or simply clone gonum with SSH
[email protected]:gonum/gonum.git