unsymmetric eigenvalue problem
Linas Vepstas
linas@austin.ibm.com
Thu May 18 16:24:00 GMT 2006
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
More information about the Gsl-discuss
mailing list