| Robust Control Toolbox | ![]() |
Real and ordered eigenstructure decomposition.
[xr,d] = reig(a)[xr,d] = reig(a,Opt)
Description
Reig produces a "real" and "ordered" eigenstructure decomposition such that 
Two types of ordering are available
Opt = 1 -- eigenvalues are ordered by real parts (default).
Opt = 2 -- eigenvalues are ordered by their magnitudes.
Algorithm
The kth real eigenvector pair xr(:, k:k+1) is

See Also
eig, cschur
![]() | perron, psv | riccond | ![]() |