set_maxiter Subroutine

private subroutine set_maxiter(this, maxiter)

Sets the maximum number of iterations that ARPACK is allowed to take, defaults to max(100, 10 * k) with k the number of eigenvalues.

Arguments

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

type instance

integer, intent(in) :: maxiter

maximum number of iterations


Contents

None