nag_opt_lsq_no_deriv (e04fcc) Example Program Optional Parameters

Following optional parameter settings are read by e04xyc

begin e04fcc

/* Results printout set to none */
list = Nag_FALSE
print_level = Nag_NoPrint

/* Estimate minimum will be within 10 units of the
 * starting point.
 */
step_max = 10.0

end