From a519a29770a6ef8d08dea3b3e7971ed1f4084126 Mon Sep 17 00:00:00 2001 From: Vivian McPhail Date: Sat, 11 Sep 2010 12:06:13 +0000 Subject: add optimised chain matrix multiplication --- lib/Numeric/Container.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Numeric/Container.hs') diff --git a/lib/Numeric/Container.hs b/lib/Numeric/Container.hs index 2c9c500..aaa068f 100644 --- a/lib/Numeric/Container.hs +++ b/lib/Numeric/Container.hs @@ -308,3 +308,5 @@ kronecker a b = fromBlocks . map (reshape (cols b)) . toRows $ flatten a `outer` flatten b + +---------------------------------------------------------- -- cgit v1.2.3