[Haskell-beginners] Compiling C into Haskell
Hein Hundal
hundalhh at yahoo.com
Tue Apr 13 08:36:23 EDT 2010
Heinrich wrote:
>What are the complex operations you want to do on matrices? There
>is the hmatrix that binds to LAPACK and is a pleasure to use,
>but it's mainly about matrix multiplication and other numerical
>matrix operations.
The main operations I need are Matrix Inversion, Transpose, Singular Value Decomposition, and QR Factoring. LAPACK takes care of all of these. I will have to look into hmatrix. Thanks!
Cheers,
Hein
More information about the Beginners
mailing list