diff options
Diffstat (limited to 'packages/base/src/Numeric')
-rw-r--r-- | packages/base/src/Numeric/LinearAlgebra.hs | 2 | ||||
-rw-r--r-- | packages/base/src/Numeric/LinearAlgebra/Data.hs | 2 |
2 files changed, 1 insertions, 3 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 |
diff --git a/packages/base/src/Numeric/LinearAlgebra/Data.hs b/packages/base/src/Numeric/LinearAlgebra/Data.hs index c3e0c1d..1c9bb68 100644 --- a/packages/base/src/Numeric/LinearAlgebra/Data.hs +++ b/packages/base/src/Numeric/LinearAlgebra/Data.hs | |||
@@ -88,7 +88,7 @@ module Numeric.LinearAlgebra.Data( | |||
88 | separable, | 88 | separable, |
89 | fromArray2D, | 89 | fromArray2D, |
90 | module Data.Complex, | 90 | module Data.Complex, |
91 | R,C,I,Z,F, | 91 | R,C,I,Z,Mod, |
92 | Vector, Matrix, GMatrix, nRows, nCols | 92 | Vector, Matrix, GMatrix, nRows, nCols |
93 | 93 | ||
94 | ) where | 94 | ) where |