Skip to content
Prev 178234 / 398506 Next

the puzzle of eigenvector and eigenvalue

On 4/24/2009 10:30 AM, Abelian wrote:
The documentation for eigen says,

"     By default 'eigen' uses the LAPACK routines DSYEVR, DGEEV, ZHEEV
      and ZGEEV whereas 'eigen(EISPACK=TRUE)' provides an interface to
      the EISPACK routines 'RS', 'RG', 'CH' and 'CG'.   "

So you would need to consult the documentation for those functions 
(which is listed in the references) for details.

Duncan Murdoch