summaryrefslogtreecommitdiff
path: root/packages/base/src/Numeric/LinearAlgebra.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2015-06-08 12:07:15 +0200
committerAlberto Ruiz <aruiz@um.es>2015-06-08 12:07:15 +0200
commit7c446e77a52dc0a979c0fe570f1e7b6127d9ff42 (patch)
tree5063a97fc460b1955bca50bdc904f0c96cb61d47 /packages/base/src/Numeric/LinearAlgebra.hs
parente2cb1eff0a954a83e0661ea1e7f70a47ed54e893 (diff)
instances for Mod m Z and Mod m I
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