summaryrefslogtreecommitdiff
path: root/lib/Numeric
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Numeric')
-rw-r--r--lib/Numeric/LinearAlgebra/Algorithms.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/LinearAlgebra/Algorithms.hs b/lib/Numeric/LinearAlgebra/Algorithms.hs
index 51e0922..6b0fb08 100644
--- a/lib/Numeric/LinearAlgebra/Algorithms.hs
+++ b/lib/Numeric/LinearAlgebra/Algorithms.hs
@@ -729,7 +729,7 @@ m2=(4><3)
729-} 729-}
730kronecker :: (Field t) => Matrix t -> Matrix t -> Matrix t 730kronecker :: (Field t) => Matrix t -> Matrix t -> Matrix t
731kronecker a b = fromBlocks 731kronecker a b = fromBlocks
732 . partit (cols a) 732 . splitEvery (cols a)
733 . map (reshape (cols b)) 733 . map (reshape (cols b))
734 . toRows 734 . toRows
735 $ flatten a `outer` flatten b 735 $ flatten a `outer` flatten b