diff options
Diffstat (limited to 'lib/Numeric/HMatrix/Devel.hs')
-rw-r--r-- | lib/Numeric/HMatrix/Devel.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Numeric/HMatrix/Devel.hs b/lib/Numeric/HMatrix/Devel.hs index 7363477..b921f44 100644 --- a/lib/Numeric/HMatrix/Devel.hs +++ b/lib/Numeric/HMatrix/Devel.hs | |||
@@ -55,7 +55,7 @@ module Numeric.HMatrix.Devel( | |||
55 | Complexable(), RealElement(), | 55 | Complexable(), RealElement(), |
56 | RealOf, ComplexOf, SingleOf, DoubleOf, | 56 | RealOf, ComplexOf, SingleOf, DoubleOf, |
57 | IndexOf, | 57 | IndexOf, |
58 | Field, | 58 | Field, Normed |
59 | ) where | 59 | ) where |
60 | 60 | ||
61 | import Data.Packed.Foreign | 61 | import Data.Packed.Foreign |
@@ -65,5 +65,5 @@ import Numeric.Container(Container,Contraction,LSDiv,Product, | |||
65 | Complexable(),RealElement(), | 65 | Complexable(),RealElement(), |
66 | RealOf, ComplexOf, SingleOf, DoubleOf, IndexOf) | 66 | RealOf, ComplexOf, SingleOf, DoubleOf, IndexOf) |
67 | import Data.Packed | 67 | import Data.Packed |
68 | import Numeric.LinearAlgebra.Algorithms(Field) | 68 | import Numeric.LinearAlgebra.Algorithms(Field,Normed) |
69 | 69 | ||