Home
last modified time | relevance | path

Searched refs:stepbound (Results 1 – 3 of 3) sorted by relevance

/external/lmfit/lib/
Dlmstruct.h46 double stepbound; /* Used in determining the initial step bound. This member
Dlmmin.c180 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()
/external/lmfit/man/
Dlmmin.pod106 =item B<double> I<control.stepbound>