From cb09d0e99ae4f10cd2b3f3ac667df83946a9744d Mon Sep 17 00:00:00 2001 From: Dominic Steinitz Date: Sun, 30 Jun 2019 08:58:16 +0100 Subject: Remove sundials as it has its own repo now. Fix * https://github.com/haskell-numerics/hmatrix/issues/304 * https://github.com/haskell-numerics/hmatrix/issues/302 * https://github.com/haskell-numerics/hmatrix/issues/290 --- packages/sundials/README.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 packages/sundials/README.md (limited to 'packages/sundials/README.md') diff --git a/packages/sundials/README.md b/packages/sundials/README.md deleted file mode 100644 index 2fac5c2..0000000 --- a/packages/sundials/README.md +++ /dev/null @@ -1,8 +0,0 @@ -Currently only an interface to the Runge-Kutta methods: -[ARKode](https://computation.llnl.gov/projects/sundials/arkode) - -The interface is almost certainly going to change. Sundials gives a -rich set of "combinators" for controlling the solution of your problem -and reporting on how it performed. The idea is to initially mimic -hmatrix-gsl and add extra, richer functions but ultimately upgrade the -whole interface both for sundials and for gsl. -- cgit v1.2.3