diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-05-14 19:46:44 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-05-14 19:46:44 +0200 |
commit | 0f9575462eb37a7c9985583ca33ae315f6e6431d (patch) | |
tree | c8f4c6519c1a4b6969e4ae80fed9e410b852f7d7 /packages/base/hmatrix-base.cabal | |
parent | 494fe8f3e66f52244c4e0aedfd00eb15b9caceef (diff) |
vectorized operations in base
Diffstat (limited to 'packages/base/hmatrix-base.cabal')
-rw-r--r-- | packages/base/hmatrix-base.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/base/hmatrix-base.cabal b/packages/base/hmatrix-base.cabal index bd356df..cf84f30 100644 --- a/packages/base/hmatrix-base.cabal +++ b/packages/base/hmatrix-base.cabal | |||
@@ -37,6 +37,7 @@ library | |||
37 | Data.Packed.Development, | 37 | Data.Packed.Development, |
38 | Numeric.Conversion | 38 | Numeric.Conversion |
39 | Numeric.LinearAlgebra.LAPACK | 39 | Numeric.LinearAlgebra.LAPACK |
40 | Numeric.Vectorized | ||
40 | 41 | ||
41 | other-modules: Data.Packed.Internal, | 42 | other-modules: Data.Packed.Internal, |
42 | Data.Packed.Internal.Common, | 43 | Data.Packed.Internal.Common, |
@@ -45,6 +46,7 @@ library | |||
45 | Data.Packed.Internal.Matrix | 46 | Data.Packed.Internal.Matrix |
46 | 47 | ||
47 | C-sources: src/C/lapack-aux.c | 48 | C-sources: src/C/lapack-aux.c |
49 | src/C/vector-aux.c | ||
48 | 50 | ||
49 | 51 | ||
50 | extensions: ForeignFunctionInterface, | 52 | extensions: ForeignFunctionInterface, |