X-Git-Url: http://gitweb.michael.orlitzky.com/?p=numerical-analysis.git;a=blobdiff_plain;f=src%2FLinear%2FMatrix.hs;h=8490b229921becb127a7a299be47efd16ddec7e4;hp=b17d0eb391484767cfed99d70f9b6ee7268a2394;hb=4bd7e17d1c9315e30881ad697371640acbfa1fb5;hpb=a615055dd6d6a0bd59aa7ba03305388f786306cb diff --git a/src/Linear/Matrix.hs b/src/Linear/Matrix.hs index b17d0eb..8490b22 100644 --- a/src/Linear/Matrix.hs +++ b/src/Linear/Matrix.hs @@ -417,9 +417,8 @@ instance (Ring.C a, Arity m, Arity n) => Module.C a (Mat m n a) where instance (Algebraic.C a, ToRational.C a, - Arity m, - Arity n) - => Normed (Mat (S m) (S n) a) where + Arity m) + => Normed (Mat (S m) N1 a) where -- | Generic p-norms. The usual norm in R^n is (norm_p 2). We treat -- all matrices as big vectors. --