F08WWF (ZGGBAK) forms the right or left eigenvectors of the real generalized eigenvalue problem
, by backward transformation on the computed eigenvectors given by
F08YXF (ZTGEVC). It is necessary to call this routine only if the optional balancing routine
F08WVF (ZGGBAL) was previously called to balance the matrix pair
.
If the matrix pair has been previously balanced using the routine
F08WVF (ZGGBAL) then F08WWF (ZGGBAK) backtransforms the eigenvector solution given by
F08YXF (ZTGEVC). This is usually the sixth and last step in the solution of the generalized eigenvalue problem.
For a description of balancing, see the document for
F08WVF (ZGGBAL).
The errors are negligible.
F08WWF (ZGGBAK) is not threaded by NAG in any implementation.
F08WWF (ZGGBAK) makes calls to BLAS and/or LAPACK routines, which may be threaded within the vendor library used by this implementation. Consult the documentation for the vendor library for further information.
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 real analogue of this routine is
F08WJF (DGGBAK).