Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matrix multiplication #8

Closed
Magalame opened this issue May 18, 2019 · 2 comments
Closed

Matrix multiplication #8

Magalame opened this issue May 18, 2019 · 2 comments

Comments

@Magalame
Copy link

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

@kaizhang
Copy link
Owner

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
Copy link
Author

Thanks for the answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants