write_results_cdp Subroutine

public subroutine write_results_cdp(filename, vals, res, tol)

Prints the intermediate results of iterative eigenvalue/singular value decompositions

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename

Output filename. This file will be overwritten

complex(kind=dp), intent(in) :: vals(:)

Intermediate values

real(kind=dp), intent(inout) :: res(:)

Residuals

real(kind=dp), intent(in) :: tol

Convergence tolerance