public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* generalized eigensystems
@ 2007-03-13  5:03 Patrick Alken
  2007-03-16 15:49 ` Brian Gough
  2007-03-21 10:10 ` Brian Gough
  0 siblings, 2 replies; 15+ messages in thread
From: Patrick Alken @ 2007-03-13  5:03 UTC (permalink / raw)
  To: gsl-discuss

Hello all,

  The current CVS contains support for generalized eigensystems.
All the functions are documented in eigen.texi. I have tested
the code for randomized and integer matrix systems up to N = 1000
and compared to lapack and things look good. All my development/testing
was done on amd32/linux so if anyone is willing to test it out on
other archs I'd appreciate it. There is a test program in
eigen/testgen.c which will generate matrices, compute eigenvalues,
and test them against lapack's output. The header of testgen.c
explains how to compile it. Once its compiled, you can just do:

./testgen -n 100 -z

to test N = 100 matrices and compute the schur vectors and test them
too. Sometimes it will output a small discrepancy with lapack
(say around a 10^{-5} difference for an eigenvalue) and most of
these I have tracked down to an initial near-singular or ill-conditioned
matrix input in which case lapack's output can't be trusted either.
But you can send along any output from the test program to me and
I'll have a look at it.

Thanks,
Patrick Alken

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2007-04-23 22:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-13  5:03 generalized eigensystems Patrick Alken
2007-03-16 15:49 ` Brian Gough
2007-03-20 19:17   ` Patrick Alken
2007-03-20 22:35     ` Leopold Palomo Avellaneda
2007-03-21  0:01       ` Patrick Alken
2007-03-21  7:32         ` Leopold Palomo Avellaneda
2007-03-21 14:47           ` Patrick Alken
2007-03-21 15:02             ` Leopold Palomo-Avellaneda
2007-03-21 10:10 ` Brian Gough
2007-03-21 18:02   ` Patrick Alken
2007-03-21 19:38     ` Brian Gough
2007-03-21 19:18   ` Patrick Alken
2007-03-30 21:34   ` Patrick Alken
2007-04-03 14:32     ` Brian Gough
2007-04-23 22:15     ` Patrick Alken

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).