(git:ccc2433)
ct_methods.F File Reference

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. More...
 
subroutine, public ct_methods::analytic_line_search (a, b, c, d, minima, nmins)
 Finds real roots of a cubic equation

a*x**3 + b*x**2 + c*x + d = 0

and returns only those roots for which the derivative is positive. More...

 
subroutine, public ct_methods::diagonalize_diagonal_blocks (matrix, c, e)
 Diagonalizes diagonal blocks of a symmetric dbcsr matrix and returs its eigenvectors. More...