diff options
Diffstat (limited to 'packages/base/src/Numeric/LinearAlgebra.hs')
-rw-r--r-- | packages/base/src/Numeric/LinearAlgebra.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/base/src/Numeric/LinearAlgebra.hs b/packages/base/src/Numeric/LinearAlgebra.hs index ace47e9..56e5053 100644 --- a/packages/base/src/Numeric/LinearAlgebra.hs +++ b/packages/base/src/Numeric/LinearAlgebra.hs | |||
@@ -141,7 +141,6 @@ module Numeric.LinearAlgebra ( | |||
141 | Complexable, RealElement, | 141 | Complexable, RealElement, |
142 | RealOf, ComplexOf, SingleOf, DoubleOf, | 142 | RealOf, ComplexOf, SingleOf, DoubleOf, |
143 | IndexOf, | 143 | IndexOf, |
144 | Mod, | ||
145 | Field, | 144 | Field, |
146 | -- Normed, | 145 | -- Normed, |
147 | Transposable, | 146 | Transposable, |
@@ -159,7 +158,6 @@ import Internal.Numeric hiding (mul) | |||
159 | import Internal.Algorithms hiding (linearSolve,Normed,orth) | 158 | import Internal.Algorithms hiding (linearSolve,Normed,orth) |
160 | import qualified Internal.Algorithms as A | 159 | import qualified Internal.Algorithms as A |
161 | import Internal.Util | 160 | import Internal.Util |
162 | import Internal.Modular | ||
163 | import Internal.Random | 161 | import Internal.Random |
164 | import Internal.Sparse((!#>)) | 162 | import Internal.Sparse((!#>)) |
165 | import Internal.CG | 163 | import Internal.CG |