From d689ecd7697cb139a5dfc0e4cc0db488616e434f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 18 Feb 2014 19:52:44 -0500 Subject: [PATCH] Use the Col type synonym in the column Normed instance. --- src/Linear/Matrix.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Linear/Matrix.hs b/src/Linear/Matrix.hs index 90a97b2..cefad60 100644 --- a/src/Linear/Matrix.hs +++ b/src/Linear/Matrix.hs @@ -583,8 +583,8 @@ instance (Absolute.C a, Algebraic.C a, ToRational.C a, Arity m) - => Normed (Mat (S m) N1 a) where - -- | Generic p-norms for vectors in R^n that are represented as nx1 + => Normed (Col (S m) a) where + -- | Generic p-norms for vectors in R^n that are represented as n-by-1 -- matrices. -- -- Examples: -- 2.43.2