diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-09-13 18:21:15 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-09-13 18:21:15 +0000 |
commit | 9d54e7b9543c22d398ef5097e3ba619ca974820b (patch) | |
tree | a71b00a450eb22224b389ad501806b92a6a09864 /lib/Data | |
parent | 5323b5f9c5da53ab413202141667142e646897d4 (diff) |
remove ComplexContainer
Diffstat (limited to 'lib/Data')
-rw-r--r-- | lib/Data/Packed/Internal/Matrix.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
245 | 245 | ||
246 | ------------------------------------------------------------------ | 246 | ------------------------------------------------------------------ |
247 | 247 | ||
248 | -- | Auxiliary class. | 248 | -- | Supported element types for basic matrix operations. |
249 | class (Storable a, Floating a) => Element a where | 249 | class (Storable a, Floating a) => Element a where |
250 | subMatrixD :: (Int,Int) -- ^ (r0,c0) starting position | 250 | subMatrixD :: (Int,Int) -- ^ (r0,c0) starting position |
251 | -> (Int,Int) -- ^ (rt,ct) dimensions of submatrix | 251 | -> (Int,Int) -- ^ (rt,ct) dimensions of submatrix |