diff options
author | Alberto Ruiz <aruiz@um.es> | 2015-04-10 09:57:57 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2015-04-10 09:57:57 +0200 |
commit | 4dc1ef825642ef4ecf86095c08b933cffe59f855 (patch) | |
tree | f78adf4e0681a3a1f4bb45f4745fcd725f301b69 /packages/base/hmatrix.cabal | |
parent | 8a0c34ed00dd734b9dccd6c7582a370d39ceb89a (diff) |
added module HMatrix.Util
Diffstat (limited to 'packages/base/hmatrix.cabal')
-rw-r--r-- | packages/base/hmatrix.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index 350023f..01699f2 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal | |||
@@ -55,7 +55,7 @@ library | |||
55 | Numeric.LinearAlgebra.Data | 55 | Numeric.LinearAlgebra.Data |
56 | Numeric.LinearAlgebra.HMatrix | 56 | Numeric.LinearAlgebra.HMatrix |
57 | Numeric.LinearAlgebra.Static | 57 | Numeric.LinearAlgebra.Static |
58 | Numeric.LinearAlgebra.Util | 58 | Numeric.LinearAlgebra.HMatrix.Util |
59 | 59 | ||
60 | other-modules: Data.Packed, | 60 | other-modules: Data.Packed, |
61 | Data.Packed.Vector | 61 | Data.Packed.Vector |
@@ -85,6 +85,7 @@ library | |||
85 | Numeric.Conversion | 85 | Numeric.Conversion |
86 | Numeric.Sparse | 86 | Numeric.Sparse |
87 | Numeric.LinearAlgebra.Static.Internal | 87 | Numeric.LinearAlgebra.Static.Internal |
88 | Numeric.LinearAlgebra.Util | ||
88 | 89 | ||
89 | C-sources: src/C/lapack-aux.c | 90 | C-sources: src/C/lapack-aux.c |
90 | src/C/vector-aux.c | 91 | src/C/vector-aux.c |