On Wed, May 17, 2006 at 02:45:10PM -0600, [EMAIL PROTECTED] wrote: > > I have recently needed to compute eigenvalues of unsymmetric > matrices,
When I hit ths problem, someone recommended LAPACK, which I then used happily (routine DGEEV). This mailing list has seen occasional discusions about how to wrap/merge/whatever LAPACK routines with gsl (a technical problem is that LAPACK uses the fortran calling convention, making it ugly in C.) > + f *= FLOAT_RADIX; Is this right? isn't there a "DOUBLE_RADIX" ? --linas
