diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-05-12 06:15:35 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-05-12 06:15:35 +0000 |
commit | ff8ba85a52acdd1e30f45ba73ae0c40986c8a9d4 (patch) | |
tree | 1c4ac1d9256a687817633fea426261d6a18ecc31 /lib/Numeric/LinearAlgebra.hs | |
parent | aa8debb5ab389de7bc5b47c5ae5f038349b6efc1 (diff) |
more simplification
Diffstat (limited to 'lib/Numeric/LinearAlgebra.hs')
-rw-r--r-- | lib/Numeric/LinearAlgebra.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Numeric/LinearAlgebra.hs b/lib/Numeric/LinearAlgebra.hs index 2652f2d..7664a9f 100644 --- a/lib/Numeric/LinearAlgebra.hs +++ b/lib/Numeric/LinearAlgebra.hs | |||
@@ -14,13 +14,10 @@ This module reexports all normally required functions for Linear Algebra applica | |||
14 | ----------------------------------------------------------------------------- | 14 | ----------------------------------------------------------------------------- |
15 | module Numeric.LinearAlgebra ( | 15 | module Numeric.LinearAlgebra ( |
16 | module Data.Packed, | 16 | module Data.Packed, |
17 | module Data.Packed.Random, | ||
18 | module Numeric.LinearAlgebra.Algorithms, | 17 | module Numeric.LinearAlgebra.Algorithms, |
19 | module Numeric.LinearAlgebra.Interface | 18 | module Numeric.LinearAlgebra.Interface |
20 | ) where | 19 | ) where |
21 | 20 | ||
22 | import Data.Packed | 21 | import Data.Packed |
23 | import Data.Packed.Random | ||
24 | import Numeric.LinearAlgebra.Algorithms | 22 | import Numeric.LinearAlgebra.Algorithms |
25 | import Numeric.LinearAlgebra.Instances() | ||
26 | import Numeric.LinearAlgebra.Interface | 23 | import Numeric.LinearAlgebra.Interface |