parse_zneupd_info Subroutine

private subroutine parse_zneupd_info(this)

Parses the info parameter that comes out of ARPACK's zneupd method. If info = 0, the eigenvalues extraction routines exited properly, if info is any other value something went wrong and we handle it accordingly.

Type Bound

arpack_t

Arguments

Type IntentOptional Attributes Name
class(arpack_t), intent(in) :: this

reference to type object