This is the mail archive of the gsl-discuss@sourceware.org mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: unsymmetric eigenvalue problem


On Wed, May 17, 2006 at 02:45:10PM -0600, Patrick.Alken@colorado.edu 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]