Prints the intermediate results of iterative eigenvalue/singular value decompositions
Type | Intent | Optional | 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 |