diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-02-07 09:29:50 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-02-07 09:29:50 +0000 |
commit | aef0333b5180ea79e539bd53194f1dfed20b7db5 (patch) | |
tree | 6ece2434ecacab194331120bd47d09ab04ae0f4f /hmatrix.cabal | |
parent | 634683fcfab73a0bd830fef03fb9f4603ba837b6 (diff) |
added odeSolve
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
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 | |||
25 | examples/integrate.hs | 25 | examples/integrate.hs |
26 | examples/minimize.hs | 26 | examples/minimize.hs |
27 | examples/root.hs | 27 | examples/root.hs |
28 | examples/ode.hs | ||
28 | examples/pca1.hs | 29 | examples/pca1.hs |
29 | examples/pca2.hs | 30 | examples/pca2.hs |
30 | examples/pinv.hs | 31 | examples/pinv.hs |
@@ -37,7 +38,7 @@ extra-source-files: examples/tests.hs | |||
37 | examples/error.hs | 38 | examples/error.hs |
38 | examples/devel/wrappers.hs | 39 | examples/devel/wrappers.hs |
39 | examples/devel/functions.c | 40 | examples/devel/functions.c |
40 | examples/HMatrixReal.hs | 41 | examples/Real.hs |
41 | 42 | ||
42 | extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h, | 43 | extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h, |
43 | lib/Numeric/LinearAlgebra/LAPACK/clapack.h | 44 | lib/Numeric/LinearAlgebra/LAPACK/clapack.h |
@@ -85,6 +86,7 @@ library | |||
85 | Numeric.GSL.Polynomials, | 86 | Numeric.GSL.Polynomials, |
86 | Numeric.GSL.Minimization, | 87 | Numeric.GSL.Minimization, |
87 | Numeric.GSL.Root, | 88 | Numeric.GSL.Root, |
89 | Numeric.GSL.ODE, | ||
88 | Numeric.GSL.Vector, | 90 | Numeric.GSL.Vector, |
89 | Numeric.GSL.Special, | 91 | Numeric.GSL.Special, |
90 | Numeric.GSL.Special.Gamma, | 92 | Numeric.GSL.Special.Gamma, |