E04VMF may be used to supply individual integer optional parameters to
E04VHF. The initialization routine
E04VGF must have been called before calling E04VMF.
E04VMF may be used to supply values for integer optional parameters to
E04VHF. It is only necessary to call E04VMF for those parameters whose values are to be different from their default values. One call to E04VMF sets one parameter value.
Each integer optional parameter is defined by a single character string in
STRING and the corresponding value in
IVALUE. For example, the following allows the iteration limit to be defined:
ITNLIM = 1000
IF (M > 500) ITNLIM = 500
CALL E04VMF ('Major Iterations', ITNLIM, CW, IW, RW, IFAIL)
Optional parameter settings are preserved following a call to
E04VHF and so the keyword
Defaults is provided to allow you to reset all the optional parameters to their default values before a subsequent call to
E04VHF.
A complete list of optional parameters, their abbreviations, synonyms and default values is given in
Section 11 in E04VHF.
None.
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
X04AAF).
Not applicable.
E04VKF or
E04VLF may also be used to supply integer optional parameters to
E04VHF.