[SciPy-dev] Sorted Eigenvalues/vectors

Jeremy Conlin jeremit0 at gmail.com
Mon Jul 9 11:24:54 EDT 2007


I have a need to have the eigenvalues/vectors calculated in my code
returned sorted by eigenvalue.  Of course this necessitates sorting
the eigenvectors accordingly.  If I understand correctly, a method for
this doesn't exist in the current distribution so I wrote a simple one
myself.  Is this something that the community is interested in?
Should a method like this be included in the scipy distribution?  It
is small, but I think very useful.

Thanks,
Jeremy Conlin



More information about the SciPy-Dev mailing list