nag_dggbak (f08wjc) forms the right or left eigenvectors of the real generalized eigenvalue problem
, by backward transformation on the computed eigenvectors given by
nag_dtgevc (f08ykc). It is necessary to call this function only if the optional balancing function
nag_dggbal (f08whc) was previously called to balance the matrix pair
.
If the matrix pair has been previously balanced using the function
nag_dggbal (f08whc) then
nag_dggbak (f08wjc) backtransforms the eigenvector solution given by
nag_dtgevc (f08ykc). 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
nag_dggbal (f08whc).
- NE_ALLOC_FAIL
-
Dynamic memory allocation failed.
See
Section 2.3.1.2 in How to Use the NAG Library and its Documentation for further information.
- NE_BAD_PARAM
-
On entry, argument had an illegal value.
- NE_INT
-
On entry, .
Constraint: .
On entry, .
Constraint: .
- NE_INT_2
-
On entry, and .
Constraint: .
On entry, and .
Constraint: .
On entry, and .
Constraint: .
- NE_INT_3
-
On entry, , and .
Constraint: if , ;
if , and .
- NE_INTERNAL_ERROR
-
An internal error has occurred in this function. Check the function call and any array sizes. If the call is correct then please contact
NAG for assistance.
See
Section 2.7.6 in How to Use the NAG Library and its Documentation for further information.
- NE_NO_LICENCE
-
Your licence key may have expired or may not have been installed correctly.
See
Section 2.7.5 in How to Use the NAG Library and its Documentation for further information.
The errors are negligible, compared with the previous computations.
Please consult the
x06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this function. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
The complex analogue of this function is
nag_zggbak (f08wwc).