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.

Warning

Throws a warning if maxiter is smaller than 10*N.

Type Bound

arpack_t

Arguments

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

type instance

integer, intent(in) :: maxiter

maximum number of iterations