From bc4a769aa2ba383acae0f3b21058ffec095006ed Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 11 Nov 2016 16:53:32 -0700 Subject: [PATCH] Add ODE solver --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 974a15af..e2b90ccf 100644 --- a/README.md +++ b/README.md @@ -796,6 +796,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [goraph](https://github.com/gyuho/goraph) - A pure Go graph theory library(data structure, algorith visualization) * [gostat](https://github.com/ematvey/gostat) - A statistics library for the go language * [mudlark-go](https://github.com/pwil3058/mudlark-go-pkgs) - A collection of packages providing (hopefully) useful code for use in software using Google's Go programming language. +* [ode](https://github.com/ChristopherRabotin/ode) - An ordinary differential equation (ODE) solver which supports extended states and channel-based iteration stop conditions. * [pagerank](https://github.com/alixaxel/pagerank) - Weighted PageRank algorithm implemented in Go * [PiHex](https://github.com/claygod/PiHex) - Implementation of the "Bailey-Borwein-Plouffe" algorithm for the hexadecimal number Pi * [stats](https://github.com/montanaflynn/stats) - A statistics package with common functions missing from the Golang standard library.