From 9d54e7b9543c22d398ef5097e3ba619ca974820b Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 13 Sep 2010 18:21:15 +0000 Subject: remove ComplexContainer --- lib/Data/Packed/Internal/Matrix.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Data') diff --git a/lib/Data/Packed/Internal/Matrix.hs b/lib/Data/Packed/Internal/Matrix.hs index d39481d..7a17ef0 100644 --- a/lib/Data/Packed/Internal/Matrix.hs +++ b/lib/Data/Packed/Internal/Matrix.hs @@ -245,7 +245,7 @@ compat m1 m2 = rows m1 == rows m2 && cols m1 == cols m2 ------------------------------------------------------------------ --- | Auxiliary class. +-- | Supported element types for basic matrix operations. class (Storable a, Floating a) => Element a where subMatrixD :: (Int,Int) -- ^ (r0,c0) starting position -> (Int,Int) -- ^ (rt,ct) dimensions of submatrix -- cgit v1.2.3