Matrix multiplication
Closed this issue · 2 comments
Magalame commented
I couldn't find matrix multiplication on hackage, is it implemented?
kaizhang commented
No. This is not a linear algebra library. The goal of this library is to provide efficient functions for working with 2D arrays. hmatrix (http://hackage.haskell.org/package/hmatrix) is better suited if you want to do matrix arithmetic.
Magalame commented
Thanks for the answer