kaizhang/matrices

Matrix multiplication

Closed this issue · 2 comments

I couldn't find matrix multiplication on hackage, is it implemented?

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.

Thanks for the answer