From aef0333b5180ea79e539bd53194f1dfed20b7db5 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Sun, 7 Feb 2010 09:29:50 +0000 Subject: added odeSolve --- hmatrix.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hmatrix.cabal') diff --git a/hmatrix.cabal b/hmatrix.cabal index 6f6c832..1080dcd 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal @@ -25,6 +25,7 @@ extra-source-files: examples/tests.hs examples/integrate.hs examples/minimize.hs examples/root.hs + examples/ode.hs examples/pca1.hs examples/pca2.hs examples/pinv.hs @@ -37,7 +38,7 @@ extra-source-files: examples/tests.hs examples/error.hs examples/devel/wrappers.hs examples/devel/functions.c - examples/HMatrixReal.hs + examples/Real.hs extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h, lib/Numeric/LinearAlgebra/LAPACK/clapack.h @@ -85,6 +86,7 @@ library Numeric.GSL.Polynomials, Numeric.GSL.Minimization, Numeric.GSL.Root, + Numeric.GSL.ODE, Numeric.GSL.Vector, Numeric.GSL.Special, Numeric.GSL.Special.Gamma, -- cgit v1.2.3