Searched refs:stepbound (Results 1 – 3 of 3) sorted by relevance
46 double stepbound; /* Used in determining the initial step bound. This member
180 if (C->stepbound <= 0) { in lmmin()181 fprintf(stderr, "lmmin: nonpositive stepbound %g\n", C->stepbound); in lmmin()374 delta = C->stepbound * xnorm; in lmmin()376 delta = C->stepbound; in lmmin()
106 =item B<double> I<control.stepbound>