summaryrefslogtreecommitdiff
path: root/packages/base/src/Numeric
diff options
context:
space:
mode:
Diffstat (limited to 'packages/base/src/Numeric')
-rw-r--r--packages/base/src/Numeric/LinearAlgebra.hs2
-rw-r--r--packages/base/src/Numeric/LinearAlgebra/Data.hs2
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)
159import Internal.Algorithms hiding (linearSolve,Normed,orth) 158import Internal.Algorithms hiding (linearSolve,Normed,orth)
160import qualified Internal.Algorithms as A 159import qualified Internal.Algorithms as A
161import Internal.Util 160import Internal.Util
162import Internal.Modular
163import Internal.Random 161import Internal.Random
164import Internal.Sparse((!#>)) 162import Internal.Sparse((!#>))
165import Internal.CG 163import 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