a integer vector of length 2 indicating which indexes of the eigenvalues
involved in the reordering. If indexes = c(i,j), then the block or element
in row i is moved to row j by a sequence of transpositions between
adjacents blocks or elements.
vectors:
a logical value telling whether or not to update and return the Schur vectors
if they are present in x. The default is to update and return the Schur
vectors.
VALUE:
An object of class schur.Matrix containing the reordered Schur form and
(optionally) the corresponding Schur vectors.
DETAILS:
Based on the functions dtrexc and ztrexc from Lapack (Anderson et al. 1994).
REFERENCES:
Anderson, E., et al. (1994).
LAPACK User's Guide,
2nd edition, SIAM, Philadelphia.