next up previous contents index
Next: Arguments Up: Generalized Symmetric Eigenvalue Problems Previous: LA_SPGVX / LA_HPGVX   Contents   Index

Purpose


LA_SPGVX and LA_HPGVX compute selected eigenvalues and, optionally, the corresponding eigenvectors of generalized eigenvalue problems of the form

\begin{displaymath}A\,z=\lambda\,B\,z, \;\;\; A\,Bz=\lambda\,z, \;\;\; \mbox{and} \;\;\;
B\,A\,z=\lambda\,z,\end{displaymath}

where $A$ and $B$ are real symmetric in the case of LA_SPGVX and complex Hermitian in the case of LA_HPGVX. In both cases $B$ is positive definite. Eigenvalues and eigenvectors can be selected by specifying either a range of values or a range of indices for the desired eigenvalues. Matrices $A$ and $B$ are stored in a packed format.




Susan Blackford 2001-08-19