diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-05-16 13:35:35 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-05-16 13:35:35 +0200 |
commit | 1838c4248679b7476bb8716a76171712dc3cd335 (patch) | |
tree | e3909ac3354eaf917bb1ebc5a7366412b6ab8f0f /packages/hmatrix/hmatrix.cabal | |
parent | a2d99e7d0e83fcedf3a856cdb927309e28a8eddd (diff) |
linear algebra moved
Diffstat (limited to 'packages/hmatrix/hmatrix.cabal')
-rw-r--r-- | packages/hmatrix/hmatrix.cabal | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/hmatrix/hmatrix.cabal b/packages/hmatrix/hmatrix.cabal index 9719c96..c79da8a 100644 --- a/packages/hmatrix/hmatrix.cabal +++ b/packages/hmatrix/hmatrix.cabal | |||
@@ -90,8 +90,6 @@ library | |||
90 | Numeric.GSL.Fitting, | 90 | Numeric.GSL.Fitting, |
91 | Numeric.GSL.ODE, | 91 | Numeric.GSL.ODE, |
92 | Numeric.GSL, | 92 | Numeric.GSL, |
93 | Numeric.LinearAlgebra, | ||
94 | Numeric.LinearAlgebra.Util, | ||
95 | Graphics.Plot, | 93 | Graphics.Plot, |
96 | Numeric.HMatrix, | 94 | Numeric.HMatrix, |
97 | Numeric.HMatrix.Data, | 95 | Numeric.HMatrix.Data, |
@@ -99,8 +97,7 @@ library | |||
99 | other-modules: Numeric.Random, | 97 | other-modules: Numeric.Random, |
100 | Numeric.GSL.Internal, | 98 | Numeric.GSL.Internal, |
101 | Numeric.GSL.Vector, | 99 | Numeric.GSL.Vector, |
102 | Numeric.IO, | 100 | Numeric.IO |
103 | Numeric.LinearAlgebra.Util.Convolution | ||
104 | 101 | ||
105 | 102 | ||
106 | C-sources: src/Numeric/GSL/gsl-aux.c | 103 | C-sources: src/Numeric/GSL/gsl-aux.c |