summaryrefslogtreecommitdiff
path: root/packages/base/src/Numeric/LinearAlgebra.hs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/base/src/Numeric/LinearAlgebra.hs')
-rw-r--r--packages/base/src/Numeric/LinearAlgebra.hs2
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)
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