SYEV: computes all eigenvalues and, optionally, eigenvectors of a real symmetric matrix A.
More...
|
| subroutine | dsyev (jobz, uplo, n, a, lda, w, work, lwork, info) |
| |
| | la_dsyev |
| |
| | la_qsyev |
| |
| subroutine | ssyev (jobz, uplo, n, a, lda, w, work, lwork, info) |
| |
| | la_ssyev |
| |
SYEV: computes all eigenvalues and, optionally, eigenvectors of a real symmetric matrix A.
◆ dsyev()
| subroutine la_lapack::syev::dsyev |
( |
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(*), intent(out) | w, |
|
|
real(dp), dimension(*), intent(out) | work, |
|
|
integer(ilp), intent(in) | lwork, |
|
|
integer(ilp), intent(out) | info ) |
◆ la_dsyev()
| la_lapack::syev::la_dsyev |
◆ la_qsyev()
| la_lapack::syev::la_qsyev |
◆ la_ssyev()
| la_lapack::syev::la_ssyev |
◆ ssyev()
| subroutine la_lapack::syev::ssyev |
( |
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(*), 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: