diff options
author | Alberto Ruiz <aruiz@um.es> | 2008-06-10 08:31:27 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2008-06-10 08:31:27 +0000 |
commit | 53b361e5b9840273ccfd50e5b256002498a97469 (patch) | |
tree | c96ae1a373cd6884821f4b74b9e6cabd5e6f2204 /lib/Data/Packed/Matrix.hs | |
parent | 9cb72979acc7bcd9df2fa8eab05169d9c5ca84f5 (diff) |
added examples/benchmarks.hs
Diffstat (limited to 'lib/Data/Packed/Matrix.hs')
-rw-r--r-- | lib/Data/Packed/Matrix.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Data/Packed/Matrix.hs b/lib/Data/Packed/Matrix.hs index 62d28b1..7d2c564 100644 --- a/lib/Data/Packed/Matrix.hs +++ b/lib/Data/Packed/Matrix.hs | |||
@@ -226,4 +226,4 @@ extractRows l m = fromRows $ extract (toRows $ m) l | |||
226 | 226 | ||
227 | -} | 227 | -} |
228 | repmat :: (Element t) => Matrix t -> Int -> Int -> Matrix t | 228 | repmat :: (Element t) => Matrix t -> Int -> Int -> Matrix t |
229 | repmat m r c = fromBlocks $ partit c $ replicate (r*c) m \ No newline at end of file | 229 | repmat m r c = fromBlocks $ partit c $ replicate (r*c) m |