Dear Konstantinos,
Thanks. I corrected the comments in sgeev, dgeev, sgeevx and dgeevx.
Available in the svn repository with revision 1316.
Cheers,
Julien.
On Aug 9, 2012, at 7:38 AM, Konstantinos Kafoysas <kxkafoysas@Domain.Removed>
wrote:
Just something that came to attention :
In the comments of dgeev & dgeevx functions
* The left eigenvector u(j) of A satisfies
* u(j)**T * A = lambda(j) * u(j)**T
* where u(j)**T denotes the transpose of u(j).
u is supposed to satisfy u(j)**H * A = lambda(j) * u(j)**H
just for the ppl using it not to be confused when it comes to result
verification ( || u(j)**T * A - lambda(j) * u(j)**T || is large in case
of complex eigenvalue )
_______________________________________________
Lapack mailing list
Lapack@Domain.Removed
http://lists.eecs.utk.edu/mailman/listinfo/lapack
|