Go to the source code of this file.
|
| module | cp_cfm_diag |
| | used for collecting diagonalization schemes available for cp_cfm_type
|
| |
|
| subroutine, public | cp_cfm_diag::cp_cfm_heevd (matrix, eigenvectors, eigenvalues) |
| | Perform a diagonalisation of a complex matrix.
|
| |
| subroutine, public | cp_cfm_diag::cp_cfm_geeig (amatrix, bmatrix, eigenvectors, eigenvalues, work) |
| | General Eigenvalue Problem AX = BXE Single option version: Cholesky decomposition of B.
|
| |
| subroutine, public | cp_cfm_diag::cp_cfm_geeig_canon (amatrix, bmatrix, eigenvectors, eigenvalues, work, epseig) |
| | General Eigenvalue Problem AX = BXE Use canonical orthogonalization.
|
| |