[Haskell-cafe] BLAS Solve Example

Patrick Perry patperry at stanford.edu
Tue Jul 22 21:21:11 EDT 2008


Sorry Darrin, the BLAS library only includes matrix multiplication and  
solving triangular systems.  To solve a general system, you would need  
to use LAPACK, but there aren't any bindings for that library yet.  I  
would suggest you take a look at the hmatrix package, which includes a  
lot more linear algebra than blas does..


Patrick



More information about the Haskell-Cafe mailing list