diff options
author | idontgetoutmuch <dominic@steinitz.org> | 2018-04-22 03:17:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-22 03:17:40 -0700 |
commit | df9980a1bc95cbe96b6766dc232c4abc8ca28c38 (patch) | |
tree | 72eae1364abfd4ef4b022f94cb126c189f5cde85 /packages/gsl | |
parent | 94db29b5d25f28708c1d430554f0c337c26172df (diff) | |
parent | 492b7e13c47bc7e42583c6a1754bdb2bb445b94f (diff) |
Merge pull request #264 from idontgetoutmuch/sundials-clean
Add Sundials as an ODE Engine
Diffstat (limited to 'packages/gsl')
-rw-r--r-- | packages/gsl/CHANGELOG | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/gsl/CHANGELOG b/packages/gsl/CHANGELOG index 091dc0e..a2fe038 100644 --- a/packages/gsl/CHANGELOG +++ b/packages/gsl/CHANGELOG | |||
@@ -2,7 +2,7 @@ | |||
2 | -------- | 2 | -------- |
3 | 3 | ||
4 | * Added interpolation modules | 4 | * Added interpolation modules |
5 | 5 | ||
6 | * Added simulated annealing module | 6 | * Added simulated annealing module |
7 | 7 | ||
8 | * Added odeSolveVWith | 8 | * Added odeSolveVWith |
@@ -11,4 +11,3 @@ | |||
11 | -------- | 11 | -------- |
12 | 12 | ||
13 | * The modules Numeric.GSL.* have been moved from hmatrix to the new package hmatrix-gsl. | 13 | * The modules Numeric.GSL.* have been moved from hmatrix to the new package hmatrix-gsl. |
14 | |||