E04WHF may be used to supply individual real optional parameters to
E04WDF. The initialization routine
E04WCF must have been called before calling E04WHF.
E04WHF may be used to supply values for real optional parameters to
E04WDF. It is only necessary to call E04WHF for those parameters whose values are to be different from their default values. One call to E04WHF sets one parameter value.
Each real optional parameter is defined by a single character string in
STRING and the corresponding value in
RVALUE. For example the following illustrates how the
stability tolerance could be defined:
FACTOL = 100.0E0
IF (ILLCON) FACTOL = 5.0E0
CALL E04WHF ('LU Factor Tolerance', FACTOL, IW, RW, IFAIL)
Optional parameter settings are preserved following a call to
E04WDF 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
E04WDF.
A complete list of optional parameters, their abbreviations, synonyms and default values is given in
Section 11 in E04WDF.
None.
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
X04AAF).
Not applicable.
E04WEF or
E04WFF may also be used to supply real optional parameters to
E04WDF.