write_results_csp Subroutine

public subroutine write_results_csp(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=sp), intent(in) :: vals(:)

Intermediate values

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

Residuals

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

Convergence tolerance