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/base/hmatrix-base.cabal | |
parent | a2d99e7d0e83fcedf3a856cdb927309e28a8eddd (diff) |
linear algebra moved
Diffstat (limited to 'packages/base/hmatrix-base.cabal')
-rw-r--r-- | packages/base/hmatrix-base.cabal | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/packages/base/hmatrix-base.cabal b/packages/base/hmatrix-base.cabal index 9a84b7e..3f12dad 100644 --- a/packages/base/hmatrix-base.cabal +++ b/packages/base/hmatrix-base.cabal | |||
@@ -38,11 +38,11 @@ library | |||
38 | Numeric.Conversion | 38 | Numeric.Conversion |
39 | Numeric.LinearAlgebra.LAPACK | 39 | Numeric.LinearAlgebra.LAPACK |
40 | Numeric.LinearAlgebra.Algorithms | 40 | Numeric.LinearAlgebra.Algorithms |
41 | Data.Packed.Numeric | ||
42 | Numeric.Vectorized | ||
43 | Numeric.Vector | ||
44 | Numeric.Matrix | ||
45 | Numeric.Container | 41 | Numeric.Container |
42 | Numeric.LinearAlgebra | ||
43 | Numeric.LinearAlgebra.Util | ||
44 | Numeric.LinearAlgebra.Util.Convolution | ||
45 | Data.Packed.IO | ||
46 | 46 | ||
47 | other-modules: Data.Packed.Internal, | 47 | other-modules: Data.Packed.Internal, |
48 | Data.Packed.Internal.Common, | 48 | Data.Packed.Internal.Common, |
@@ -50,6 +50,11 @@ library | |||
50 | Data.Packed.Internal.Vector, | 50 | Data.Packed.Internal.Vector, |
51 | Data.Packed.Internal.Matrix | 51 | Data.Packed.Internal.Matrix |
52 | Numeric.Chain | 52 | Numeric.Chain |
53 | Numeric.Vectorized | ||
54 | Numeric.Vector | ||
55 | Numeric.Matrix | ||
56 | Data.Packed.Numeric | ||
57 | |||
53 | 58 | ||
54 | C-sources: src/C/lapack-aux.c | 59 | C-sources: src/C/lapack-aux.c |
55 | src/C/vector-aux.c | 60 | src/C/vector-aux.c |