diff options
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Linear.hs')
-rw-r--r-- | lib/Numeric/LinearAlgebra/Linear.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Numeric/LinearAlgebra/Linear.hs b/lib/Numeric/LinearAlgebra/Linear.hs index 0426bb7..699985f 100644 --- a/lib/Numeric/LinearAlgebra/Linear.hs +++ b/lib/Numeric/LinearAlgebra/Linear.hs | |||
@@ -20,7 +20,6 @@ module Numeric.LinearAlgebra.Linear ( | |||
20 | 20 | ||
21 | import Data.Packed | 21 | import Data.Packed |
22 | import Numeric.GSL.Vector | 22 | import Numeric.GSL.Vector |
23 | import Complex | ||
24 | 23 | ||
25 | -- | A generic interface for vectors and matrices to a few element-by-element functions in Numeric.GSL.Vector. | 24 | -- | A generic interface for vectors and matrices to a few element-by-element functions in Numeric.GSL.Vector. |
26 | class (Container c e) => Linear c e where | 25 | class (Container c e) => Linear c e where |