nag_fit_opt_get (e02zlc) is used to query the value of optional arguments available to supported problem solving functions in
Chapter e02. Currently, only
nag_2d_spline_fit_ts_scat (e02jdc) is supported.
nag_fit_opt_get (e02zlc) is used to query the current values of options. It is necessary to initalize optional argument arrays using
nag_fit_opt_set (e02zkc) before any options are queried.
nag_fit_opt_get (e02zlc) will normally return either an integer, real or character value dependent upon the type associated with the optional argument being queried. Whether the option queried is of integer, real or character type is indicated by the returned value of
optype.
Information on optional argument names and whether these options are real, integer or character can be found in
Section 11 in nag_2d_spline_fit_ts_scat (e02jdc).
None.
Not applicable.
Not applicable.
None.
See the example programs associated with the problem solving function you wish to use for a demonstration of how to use nag_fit_opt_get (e02zlc) to query options.