E05JGF may be used to supply individual real optional parameters to
E05JBF. The initialization routine
E05JAF must have been called before calling E05JGF.
E05JGF may be used to supply values for real optional parameters to
E05JBF. It is only necessary to call E05JGF for those parameters whose values are to be different from their default values. One call to E05JGF sets one parameter value.
Each real optional parameter is defined by a single character string in
OPTSTR and the corresponding value in
RVALUE. For example the following illustrates how the local searches tolerance could be defined:
LOCTOL = 1.0E-10
CALL E05JGF ('Local Searches Tolerance', LOCTOL, COMM, LCOMM, IFAIL)
A complete list of optional parameters, their symbolic names and default values is given in
Section 11 in E05JBF.
None.
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
X04AAF).
Not applicable.
E05JCF or
E05JDF may also be used to supply real optional parameters to
E05JBF.