From c293fe198555151b3ace01277a280ca280f059b3 Mon Sep 17 00:00:00 2001 From: Ceriath Date: Thu, 6 Dec 2018 15:05:06 +0100 Subject: [PATCH] Add gonum (#2273) * Add gonum * add period --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47d60e05..3134d242 100644 --- a/README.md +++ b/README.md @@ -1126,8 +1126,9 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-fn](https://github.com/ematvey/go-fn) - Mathematical functions written in Go language, that are not covered by math pkg. * [go-gt](https://github.com/ThePaw/go-gt) - Graph theory algorithms written in "Go" language. * [gocomplex](https://github.com/varver/gocomplex) - Complex number library for the Go programming language. -* [goent](https://github.com/kzahedi/goent) - GO Implementation of Entropy Measures +* [goent](https://github.com/kzahedi/goent) - GO Implementation of Entropy Measures. * [gohistogram](https://github.com/VividCortex/gohistogram) - Approximate histograms for data streams. +* [gonum](https://github.com/gonum/gonum) - Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more. * [gonum/plot](https://github.com/gonum/plot) - gonum/plot provides an API for building and drawing plots in Go. * [goraph](https://github.com/gyuho/goraph) - Pure Go graph theory library(data structure, algorith visualization). * [gosl](https://github.com/cpmech/gosl) - Go scientific library for linear algebra, FFT, geometry, NURBS, numerical methods, probabilities, optimisation, differential equations, and more.