nag_opt_sparse_nlp_option_get_double (e04vsc) is used to get the value of a double optional argument. nag_opt_sparse_nlp_option_get_double (e04vsc) can be used before or after calling
nag_opt_sparse_nlp_solve (e04vhc).
nag_opt_sparse_nlp_option_get_double (e04vsc) obtains the current value of a double option. For example
e04vsc ("Feasibility Tolerance", &featol, &state, &fail);
will result in the value of the optional argument
being output in
featol.
A complete list of optional arguments, their abbreviations, synonyms and default values is given in
Section 12 in nag_opt_sparse_nlp_solve (e04vhc).
None.
Not applicable.
Not applicable.
None.
See
Section 10 in nag_opt_sparse_nlp_option_set_file (e04vkc).