write_results_rsp Subroutine

public subroutine write_results_rsp(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

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

Intermediate values

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

Residuals

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

Convergence tolerance