HomeSort by relevance Sort by last modified time
    Searched refs:stepbound (Results 1 - 2 of 2) sorted by null

  /external/lmfit/lib/
lmstruct.h 46 double stepbound; /* Used in determining the initial step bound. This member in struct:__anon32216
47 bound is set to the product of stepbound and the
49 stepbound itself. In most cases stepbound should lie
lmmin.c 180 if (C->stepbound <= 0) {
181 fprintf(stderr, "lmmin: nonpositive stepbound %g\n", C->stepbound);
374 delta = C->stepbound * xnorm;
376 delta = C->stepbound;
    [all...]

Completed in 92 milliseconds