
18 Jan
2005
18 Jan
'05
7:41 p.m.
Are you interested in seeing Haskell implementation of these algorithms, or are you interested in using eignevalues in some Haskell program?
I am interested in using eigenvalues in a 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).
You mean that I have to write a program in C (or other language), which calculates the eigenvalues, and then let the C program co-operate with the Haskell program via FFI? TIA Dmitri Pissarenko -- Dmitri Pissarenko Software Engineer http://dapissarenko.com