diff options
Diffstat (limited to 'lib/Numeric/Container.hs')
-rw-r--r-- | lib/Numeric/Container.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
308 | . map (reshape (cols b)) | 308 | . map (reshape (cols b)) |
309 | . toRows | 309 | . toRows |
310 | $ flatten a `outer` flatten b | 310 | $ flatten a `outer` flatten b |
311 | |||
312 | ---------------------------------------------------------- | ||