From f15c4079c67cf579fb118e8ea1163c7a1744a80f Mon Sep 17 00:00:00 2001 From: soypat Date: Wed, 21 Apr 2021 14:54:55 -0300 Subject: [PATCH] fix godesim order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11a40ded..19c14be3 100644 --- a/README.md +++ b/README.md @@ -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. * [ewma](https://github.com/VividCortex/ewma) - Exponentially-weighted moving averages. * [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-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. +* [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. * [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.