![]() |
(git:5e7fe52)
|
#include "./base/base_uses.f90"Go to the source code of this file.
Modules | |
| module | ct_methods |
| Cayley transformation methods. | |
Functions/Subroutines | |
| subroutine, public | ct_methods::ct_step_execute (cts_env) |
| Performs Cayley transformation. | |
| subroutine, public | ct_methods::analytic_line_search (a, b, c, d, minima, nmins) |
| Finds real roots of a cubic equation. | |
| subroutine, public | ct_methods::diagonalize_diagonal_blocks (matrix, c, e) |
| Diagonalizes diagonal blocks of a symmetric dbcsr matrix and returs its eigenvectors. | |