From dae25bb3a0107d171899c167d3886b48f8491673 Mon Sep 17 00:00:00 2001 From: Dorival Pedroso Date: Mon, 16 Oct 2017 07:11:47 +1000 Subject: [PATCH] Add gosl (Go Scientific Library) (#1627) * Add gosl (Go Scientific Library) * Shorten description of gosl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3cc1b81b..f99c6314 100644 --- a/README.md +++ b/README.md @@ -945,6 +945,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gonum/mat64](https://github.com/gonum/matrix) - The general purpose package for matrix computation. Package mat64 provides basic linear algebra operations for float64 matrices. * [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. * [gostat](https://github.com/ematvey/gostat) - Statistics library for the go language. * [graph](https://github.com/yourbasic/graph) - Library of basic graph algorithms. * [ode](https://github.com/ChristopherRabotin/ode) - Ordinary differential equation (ODE) solver which supports extended states and channel-based iteration stop conditions.