mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
Add gosl (Go Scientific Library) (#1627)
* Add gosl (Go Scientific Library) * Shorten description of gosl
This commit is contained in:
parent
bfe0a169aa
commit
dae25bb3a0
@ -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/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.
|
* [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).
|
* [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.
|
* [gostat](https://github.com/ematvey/gostat) - Statistics library for the go language.
|
||||||
* [graph](https://github.com/yourbasic/graph) - Library of basic graph algorithms.
|
* [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.
|
* [ode](https://github.com/ChristopherRabotin/ode) - Ordinary differential equation (ODE) solver which supports extended states and channel-based iteration stop conditions.
|
||||||
|
Loading…
Reference in New Issue
Block a user