Generalized Eigenvalue Problems
?sygst
reduces a real symmetric-definite generalized eigenvalue problem to the standard form.
?hegst
reduces a complex Hermitian-definite generalized eigenvalue problem to the standard form.
?spgst
reduces a real symmetric-definite generalized eigenvalue problem to the standard form using packed storage.
?hpgst
reduces a complex Hermitian-definite generalized eigenvalue problem to the standard form using packed storage.
call ssygst (itype, uplo, n, SA, lda, SB, ldb, info)
call dsygst (itype, uplo, n, DA, lda, DB, ldb, info)
call chegst (itype, uplo, n, CA, lda, CB, ldb, info)
call zhegst (itype, uplo, n, ZA, lda, ZB, ldb, info)
call sspgst (itype, uplo, n, SAP, SBP, info)
call dspgst (itype, uplo, n, DAP, DBP, info)
call chpgst (itype, uplo, n, CAP, CBP, info)
call zhpgst (itype, uplo, n, ZAP, ZBP, info)
* Legal Information © 1999-2000, Intel Corporation