nag_opt_sparse_convex_qp_option_get_double (e04nyc) is used to get the value of a double optional parameter.
nag_opt_sparse_convex_qp_option_get_double (e04nyc) can be used before or after calling
nag_opt_sparse_convex_qp_solve (e04nqc).
nag_opt_sparse_convex_qp_option_get_double (e04nyc) obtains the current value of a double option. For example
e04nyc ("Feasibility Tolerance", &featol, &state, &fail);
will result in the value of the optional parameter
being output in
featol.
A complete list of optional parameters, their abbreviations, synonyms and default values is given in
Section 12 in
nag_opt_sparse_convex_qp_solve (e04nqc).
None.
Not applicable.
None.