f08nwf is intended to be used after a complex general matrix
has been balanced by
f08nvf, and eigenvectors of the balanced matrix
have subsequently been computed.
For a description of balancing, see the document for
f08nvf. 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.
Background information to multithreading can be found in the
Multithreading documentation.
Please consult the
X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this routine. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
The total number of real floating-point operations is approximately proportional to .
The real analogue of this routine is
f08njf.