Parses the info parameter that comes out of ARPACK's znaupd method. If info = 0, everything behaved nicely and the reverse communication subroutines exited properly. If info is any other value something went wrong and we handle it accordingly.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(arpack_t), | intent(in) | :: | this | reference to type object |
||
logical, | intent(out) | :: | converged | if .true. the reverse communication routines converged, .false. otherwise |