e04vnf may be used to supply individual real optional parameters to
e04vhf. The initialization routine
e04vgf must have been called before calling
e04vnf.
e04vnf may be used to supply values for real optional parameters to
e04vhf. It is only necessary to call
e04vnf for those arguments whose values are to be different from their default values. One call to
e04vnf sets one argument 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 e04vnf ('LU Factor Tolerance', factol, 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 12 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 real optional parameters to
e04vhf.