Loading [MathJax]/jax/output/HTML-CSS/config.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_lapack::sygv Interface Reference

SYGV: computes all the eigenvalues, and optionally, the eigenvectors of a real generalized symmetric-definite eigenproblem, of the form A*x=(lambda)*B*x, A*Bx=(lambda)*x, or B*A*x=(lambda)*x. Here A and B are assumed to be symmetric and B is also positive definite. More...

Public Member Functions

subroutine dsygv (itype, jobz, uplo, n, a, lda, b, ldb, w, work, lwork, info)
 
 la_dsygv
 
 la_qsygv
 
subroutine ssygv (itype, jobz, uplo, n, a, lda, b, ldb, w, work, lwork, info)
 
 la_ssygv
 

Detailed Description

SYGV: computes all the eigenvalues, and optionally, the eigenvectors of a real generalized symmetric-definite eigenproblem, of the form A*x=(lambda)*B*x, A*Bx=(lambda)*x, or B*A*x=(lambda)*x. Here A and B are assumed to be symmetric and B is also positive definite.

Member Function/Subroutine Documentation

◆ dsygv()

subroutine la_lapack::sygv::dsygv ( integer(ilp), intent(in) itype,
character, intent(in) jobz,
character, intent(in) uplo,
integer(ilp), intent(in) n,
real(dp), dimension(lda,*), intent(inout) a,
integer(ilp), intent(in) lda,
real(dp), dimension(ldb,*), intent(inout) b,
integer(ilp), intent(in) ldb,
real(dp), dimension(*), intent(out) w,
real(dp), dimension(*), intent(out) work,
integer(ilp), intent(in) lwork,
integer(ilp), intent(out) info )

◆ la_dsygv()

la_lapack::sygv::la_dsygv

◆ la_qsygv()

la_lapack::sygv::la_qsygv

◆ la_ssygv()

la_lapack::sygv::la_ssygv

◆ ssygv()

subroutine la_lapack::sygv::ssygv ( integer(ilp), intent(in) itype,
character, intent(in) jobz,
character, intent(in) uplo,
integer(ilp), intent(in) n,
real(sp), dimension(lda,*), intent(inout) a,
integer(ilp), intent(in) lda,
real(sp), dimension(ldb,*), intent(inout) b,
integer(ilp), intent(in) ldb,
real(sp), dimension(*), intent(out) w,
real(sp), dimension(*), intent(out) work,
integer(ilp), intent(in) lwork,
integer(ilp), intent(out) info )

The documentation for this interface was generated from the following file: