parse_znaupd_info Subroutine

private subroutine parse_znaupd_info(this, converged)

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.

Arguments

TypeIntentOptionalAttributesName
class(arpack_t), intent(in) :: this

reference to type object

logical, intent(out) :: converged

if .true. the reverse communication routines converged, .false. otherwise


Contents

None