[R] generalized eigenvalues - porting code using eig() from Matlab to R

2004-09-13 Thread Gavin Simpson
Dear list, I am porting some Matlab routines to R. I am looking for the equivalent function in R for the Matlab function eig(), such that eig(A, B) quoteproduces a diagonal matrix D of generalized eigenvalues and a full matrix V whose columns are the corresponding eigenvectors so that A*V =

Re: [R] generalized eigenvalues - porting code using eig() from Matlab to R

2004-09-13 Thread Prof Brian Ripley
On Mon, 13 Sep 2004, Gavin Simpson wrote: I am porting some Matlab routines to R. I am looking for the equivalent function in R for the Matlab function eig(), such that eig(A, B) quoteproduces a diagonal matrix D of generalized eigenvalues and a full matrix V whose columns are the