SLASORTE(l) | LAPACK routine (version 1.5) | SLASORTE(l) |
SLASORTE - sort eigenpairs so that real eigenpairs are together and complex are together
INTEGER INFO, J, LDS REAL OUT( J, * ), S( LDS, * )
SLASORTE sorts eigenpairs so that real eigenpairs are together and
complex are together. This way one can employ 2x2 shifts easily
since every 2nd subdiagonal is guaranteed to be zero.
This routine does no parallel work and makes no calls.
Implemented by: G. Henry, May 1, 1997
12 May 1997 | LAPACK version 1.5 |