[Haskell-cafe] Math libraries for Haskell

Sebastian Sylvan sebastian.sylvan at gmail.com
Tue Jan 18 14:33:19 EST 2005


On Tue, 18 Jan 2005 20:25:46 +0100, Dmitri Pissarenko
<mailing-lists at dapissarenko.com> wrote:
> Hello!
> 
> Is there a math library for Haskell, using which one can calculate eigenvalues
> of matrices?
> 
> Thanks in advance
> 

Are you interested in seeing Haskell implementation of these
algorithms, or are you interested in using eignevalues in some Haskell
program?

This seems like a perfect candidate for using FFI if you're just
looking for fast eigenvalue computations (though you'll need to
write/find a C library to do it first).

/S

-- 
Sebastian Sylvan
+46(0)736-818655
UIN: 44640862


More information about the Haskell-Cafe mailing list