Re: [Numpy-discussion] generalized eigenvector problem

2008-08-22 Thread Manuel Metz
Jonathan Wright wrote: > Manuel Metz wrote: >>are there any plans to implement a routine to solve the "generalized >> eigenvector problem" as is done in matlab ? >> see http://www.mathworks.com/access/helpdesk/help/techdoc/ref/eig.html > > >>> import numpy > >>> help(numpy.linalg.eig) > >

Re: [Numpy-discussion] generalized eigenvector problem

2008-08-22 Thread Jonathan Wright
Manuel Metz wrote: >are there any plans to implement a routine to solve the "generalized > eigenvector problem" as is done in matlab ? > see http://www.mathworks.com/access/helpdesk/help/techdoc/ref/eig.html >>> import numpy >>> help(numpy.linalg.eig) Is it what you wanted? HTH, Jon ___

[Numpy-discussion] generalized eigenvector problem

2008-08-22 Thread Manuel Metz
Hi list, are there any plans to implement a routine to solve the "generalized eigenvector problem" as is done in matlab ? see http://www.mathworks.com/access/helpdesk/help/techdoc/ref/eig.html manuel ___ Numpy-discussion mailing list Numpy-discuss