[SciPy-User] Eigenvalues of masked array

josef.pktd at gmail.com josef.pktd at gmail.com
Sat Jan 26 12:53:57 EST 2013


On Sat, Jan 26, 2013 at 12:25 PM, Ralf Gommers <ralf.gommers at gmail.com> wrote:
>
>
>
> On Sat, Jan 26, 2013 at 1:31 PM, Fg Nu <fgnu32 at yahoo.com> wrote:
>>
>> How can I compute the eigenvalues and eigenvectors of a masked NumPy
>> array? For an unmasked array, this can be achieved by scipy.linalg.eig.
>
>
> Not sure what that even means. You need a full array for calculating
> eigenvalues/vectors.

The only way I can see is removing columns or rows with any masked values in it.

Josef

>
> Ralf
>
>
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>



More information about the SciPy-User mailing list