(git:1f285aa)
cp_cfm_diag.F File Reference

Go to the source code of this file.

Modules

module  cp_cfm_diag
 used for collecting diagonalization schemes available for cp_cfm_type
 

Functions/Subroutines

subroutine, public cp_cfm_diag::cp_cfm_heevd (matrix, eigenvectors, eigenvalues)
 Perform a diagonalisation of a complex matrix. More...
 
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. More...
 
subroutine, public cp_cfm_diag::cp_cfm_geeig_canon (amatrix, bmatrix, eigenvectors, eigenvalues, work, epseig)
 General Eigenvalue Problem AX = BXE Use canonical orthogonalization. More...