Patrick _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
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..
- [Haskell-cafe] BLAS Solve Example Darrin Thompson
- Re: [Haskell-cafe] BLAS Solve Example Alberto Ruiz
- Re: [Haskell-cafe] BLAS Solve Example Darrin Thompson
- [Haskell-cafe] Re: BLAS Solve Example apfelmus
- Re: [Haskell-cafe] BLAS Solve Example Dan Weston
- Re: [Haskell-cafe] BLAS Solve Example Patrick Perry
