fix godesim order

This commit is contained in:
soypat 2021-04-21 14:54:55 -03:00 committed by Avelino
parent d48c82b911
commit f15c4079c6

View File

@ -1588,10 +1588,10 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [evaler](https://github.com/soniah/evaler) - Simple floating point arithmetic expression evaluator. * [evaler](https://github.com/soniah/evaler) - Simple floating point arithmetic expression evaluator.
* [ewma](https://github.com/VividCortex/ewma) - Exponentially-weighted moving averages. * [ewma](https://github.com/VividCortex/ewma) - Exponentially-weighted moving averages.
* [geom](https://github.com/skelterjohn/geom) - 2D geometry for golang. * [geom](https://github.com/skelterjohn/geom) - 2D geometry for golang.
* [godesim](https://github.com/soypat/godesim) - Extended/multivariable ODE solver framework for event-based simulations with simple API.
* [go-dsp](https://github.com/mjibson/go-dsp) - Digital Signal Processing for Go. * [go-dsp](https://github.com/mjibson/go-dsp) - Digital Signal Processing for Go.
* [go-estimate](https://github.com/milosgajdos/go-estimate) - State estimation and filtering algorithms in Go. * [go-estimate](https://github.com/milosgajdos/go-estimate) - State estimation and filtering algorithms in Go.
* [go-gt](https://github.com/ThePaw/go-gt) - Graph theory algorithms written in "Go" language. * [go-gt](https://github.com/ThePaw/go-gt) - Graph theory algorithms written in "Go" language.
* [godesim](https://github.com/soypat/godesim) - Extended/multivariable ODE solver framework for event-based simulations with simple API.
* [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. * [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](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.