diff options
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 |