|
ScaLAPACKFX
|
Solves Hermitian eigenvalue problem by the QR algorithm. More...
Private Member Functions | |
| subroutine | scalafx_pheev_complex (aa, desca, ww, zz, descz, jobz, uplo, ia, ja, iz, jz, work, rwork, info) |
| Solves complex eigenvalue problem. | |
| subroutine | scalafx_pheev_dcomplex (aa, desca, ww, zz, descz, jobz, uplo, ia, ja, iz, jz, work, rwork, info) |
| Solves complex eigenvalue problem. | |
Solves Hermitian eigenvalue problem by the QR algorithm.
|
private |
Solves complex eigenvalue problem.
| aa | Matrix to diagonalize (A). |
| desca | Descriptor of matrix A. |
| ww | Eigenvalues on exit. |
| zz | Eigenvectors on exit (Z). |
| descz | Descriptor of the eigenvector matrix. |
| jobz | Job type (default: "V") |
| uplo | Upper or lower diagonal matrix (default: "L") |
| ia | First row of the submatrix A (default: 1) |
| ja | First column of the submatrix A (default: 1) |
| iz | First row of the submatrix Z (default: 1) |
| jz | First column of the submatrix Z (default: 1) |
| work | Complex working array (if not specified, allocated automatically) |
| rwork | Real working array (if not specified, allocated automatically) |
| info | Info flag. If not specified and SCALAPACK calls returns nozero, subroutine stops. |
|
private |
Solves complex eigenvalue problem.
| aa | Matrix to diagonalize (A). |
| desca | Descriptor of matrix A. |
| ww | Eigenvalues on exit. |
| zz | Eigenvectors on exit (Z). |
| descz | Descriptor of the eigenvector matrix. |
| jobz | Job type (default: "V") |
| uplo | Upper or lower diagonal matrix (default: "L") |
| ia | First row of the submatrix A (default: 1) |
| ja | First column of the submatrix A (default: 1) |
| iz | First row of the submatrix Z (default: 1) |
| jz | First column of the submatrix Z (default: 1) |
| work | Complex working array (if not specified, allocated automatically) |
| rwork | Real working array (if not specified, allocated automatically) |
| info | Info flag. If not specified and SCALAPACK calls returns nozero, subroutine stops. |