From 0ff13d993b880739295de343bca62f06fac5ca0c Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Wed, 12 Sep 2007 19:09:47 +0000 Subject: documentation --- examples/tests.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/tests.hs') diff --git a/examples/tests.hs b/examples/tests.hs index 56bd2ab..0d8361e 100644 --- a/examples/tests.hs +++ b/examples/tests.hs @@ -92,8 +92,8 @@ epsTol = 1E-8::Double asFortran m = (rows m >|< cols m) $ toList (fdat m) asC m = (rows m >< cols m) $ toList (cdat m) -mulC a b = multiply RowMajor a b -mulF a b = multiply ColumnMajor a b +mulC a b = multiply' RowMajor a b +mulF a b = multiply' ColumnMajor a b infixl 7 <> a <> b = mulF a b -- cgit v1.2.3