Sets the maximum number of iterations that ARPACK is allowed to take, defaults to max(100, 10 * k) with k the number of eigenvalues.
Throws a warning if maxiter is smaller than 10*N.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(arpack_t), | intent(inout) | :: | this | type instance |
||
integer, | intent(in) | :: | maxiter | maximum number of iterations |