Skip to content
/ gonum Public
forked from gonum/gonum

Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more

License

Notifications You must be signed in to change notification settings

gustafj/gonum

This branch is 1 commit ahead of, 1420 commits behind gonum/gonum:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

80b0b96 · Apr 25, 2018
Feb 28, 2018
Mar 5, 2018
Apr 20, 2018
Nov 17, 2017
Feb 25, 2018
Apr 16, 2018
Apr 16, 2018
Nov 1, 2017
Apr 22, 2018
Feb 28, 2018
Apr 11, 2018
Feb 28, 2018
Apr 5, 2018
Mar 22, 2018
Jan 3, 2018
Mar 5, 2018
Apr 25, 2018
May 23, 2017
Apr 25, 2018
May 23, 2017
Nov 1, 2017
Dec 14, 2017
May 23, 2017

Repository files navigation

Gonum Build Status Coverage Status GoDoc Go Report Card

Installation

The core packages of the gonum suite are written in pure Go with some assembly. Installation is done using go get.

go get -u gonum.org/v1/gonum/...

Build tags

The gonum packages use a variety of build tags to set non-standard build conditions. Building gonum applications will work without knowing how to use these tags, but they can be used during testing and to control the use of assembly and CGO code.

The current list of non-internal tags is as follows:

  • appengine — do not use assembly or unsafe
  • bounds — use bounds checks even in internal calls
  • cblas — use CGO gonum.org/v1/netlib/blas/netlib BLAS implementation in tests (only in mat package)
  • noasm — do not use assembly implementations
  • tomita — use Tomita, Tanaka, Takahashi pivot choice for maximimal clique calculation, otherwise use random pivot (only in topo package)

Issues

If you find any bugs, feel free to file an issue on the github issue tracker. Discussions on API changes, added features, code review, or similar requests are preferred on the gonum-dev Google Group.

https://groups.google.com/forum/#!forum/gonum-dev

About

Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 89.1%
  • Fortran 7.8%
  • Assembly 2.3%
  • TeX 0.3%
  • MATLAB 0.2%
  • Shell 0.2%
  • Makefile 0.1%