diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-05-22 20:09:41 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-05-22 20:09:41 +0200 |
commit | 85af0a1d5ba2d1c03f05458f9689195e82f6ae7e (patch) | |
tree | 07fce2a4b912b85c321e8b1175b52efddc1c4fcb /packages/base/hmatrix.cabal | |
parent | b5125366953a6ae66ff014b736baf79c0feb47dd (diff) |
cgSolve
Diffstat (limited to 'packages/base/hmatrix.cabal')
-rw-r--r-- | packages/base/hmatrix.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index 06c1a3c..8f6b04b 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal | |||
@@ -48,7 +48,7 @@ library | |||
48 | Numeric.LinearAlgebra.Data | 48 | Numeric.LinearAlgebra.Data |
49 | 49 | ||
50 | Numeric.LinearAlgebra.Compat | 50 | Numeric.LinearAlgebra.Compat |
51 | Data.Packed.Internal.Sparse | 51 | |
52 | 52 | ||
53 | other-modules: Data.Packed.Internal, | 53 | other-modules: Data.Packed.Internal, |
54 | Data.Packed.Internal.Common, | 54 | Data.Packed.Internal.Common, |
@@ -62,8 +62,10 @@ library | |||
62 | Numeric.Matrix | 62 | Numeric.Matrix |
63 | Data.Packed.Internal.Numeric | 63 | Data.Packed.Internal.Numeric |
64 | Numeric.LinearAlgebra.Util.Convolution | 64 | Numeric.LinearAlgebra.Util.Convolution |
65 | Numeric.LinearAlgebra.Util.CG | ||
65 | Numeric.LinearAlgebra.Random | 66 | Numeric.LinearAlgebra.Random |
66 | Numeric.Conversion | 67 | Numeric.Conversion |
68 | Numeric.Sparse | ||
67 | 69 | ||
68 | C-sources: src/C/lapack-aux.c | 70 | C-sources: src/C/lapack-aux.c |
69 | src/C/vector-aux.c | 71 | src/C/vector-aux.c |