Loading [MathJax]/extensions/tex2jax.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_lapack::heev Interface Reference

HEEV: computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian matrix A. More...

Public Member Functions

subroutine cheev (jobz, uplo, n, a, lda, w, work, lwork, rwork, info)
 
 la_cheev
 
 la_wheev
 
subroutine zheev (jobz, uplo, n, a, lda, w, work, lwork, rwork, info)
 
 la_zheev
 

Detailed Description

HEEV: computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian matrix A.

Member Function/Subroutine Documentation

◆ cheev()

subroutine la_lapack::heev::cheev ( character, intent(in) jobz,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(sp), dimension(lda,*), intent(inout) a,
integer(ilp), intent(in) lda,
real(sp), dimension(*), intent(out) w,
complex(sp), dimension(*), intent(out) work,
integer(ilp), intent(in) lwork,
real(sp), dimension(*), intent(out) rwork,
integer(ilp), intent(out) info )
Here is the call graph for this function:

◆ la_cheev()

la_lapack::heev::la_cheev

◆ la_wheev()

la_lapack::heev::la_wheev

◆ la_zheev()

la_lapack::heev::la_zheev

◆ zheev()

subroutine la_lapack::heev::zheev ( character, intent(in) jobz,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(dp), dimension(lda,*), intent(inout) a,
integer(ilp), intent(in) lda,
real(dp), dimension(*), intent(out) w,
complex(dp), dimension(*), intent(out) work,
integer(ilp), intent(in) lwork,
real(dp), dimension(*), intent(out) rwork,
integer(ilp), intent(out) info )
Here is the call graph for this function:

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