Next: LA_SBGV / LA_SBGVD /
Up: Generalized Symmetric Eigenvalue Problems
Previous: Arguments
  Contents
  Index
The results below are computed with
.
Matrices
and
are the same as in Example 1 for LA_HPGV.
The call:
CALL LA_HPGVX( AP, BP, W, 2, Z= Z, IL=4, IU=5, M= M, &
IFAIL=IFAIL, ABSTOL=1.0E-3_wp )
Note: wp is a work precision; wp ::= KIND(1.0)
KIND(1.0D0)
W, M, IFAIL and Z on exit:
The last two eigenvalues of the problem
are:
The two eigenvectors converged successfully and are:
Susan Blackford
2001-08-19