ScaLAPACKFX
Private Member Functions | List of all members
scalapack_module::pheevd Interface Reference

Solves the Hermitian eigenvalue problem by divide and conquer algorithm. More...

Private Member Functions

subroutine pcheevd (jobz, uplo, nn, aa, ia, ja, desca, ww, zz, iz, jz, descz, work, lwork, rwork, lrwork, iwork, liwork, info)
 Eigenvalues and eigenvectors by divide and conquer algorithm (complex)
 
subroutine pzheevd (jobz, uplo, nn, aa, ia, ja, desca, ww, zz, iz, jz, descz, work, lwork, rwork, lrwork, iwork, liwork, info)
 Eigenvalues and eigenvectors by divide and conquer algorithm (dcomplex)
 

Detailed Description

Solves the Hermitian eigenvalue problem by divide and conquer algorithm.


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