F08NJF (DGEBAK) transforms eigenvectors of a balanced matrix to those of the original real nonsymmetric matrix.
F08NJF (DGEBAK) is intended to be used after a real nonsymmetric matrix
has been balanced by
F08NHF (DGEBAL), and eigenvectors of the balanced matrix
have subsequently been computed.
For a description of balancing, see the document for
F08NHF (DGEBAL). The balanced matrix
is obtained as
, where
is a permutation matrix and
is a diagonal scaling matrix. This routine transforms left or right eigenvectors as follows:
- if is a right eigenvector of , is a right eigenvector of ;
- if is a left eigenvector of , is a left eigenvector of .
None.
The errors are negligible.
The complex analogue of this routine is
F08NWF (ZGEBAK).