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.

Arguments

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

reference to type object


Contents

None