Home
last modified time | relevance | path

Searched refs:userbreak (Results 1 – 4 of 4) sorted by relevance

/external/lmfit/lib/
Dlmmin.c124 const void* data, double* fvec, int* userbreak), in lmmin() argument
150 S->userbreak = 0; in lmmin()
235 (*evaluate)(x, m, data, fvec, &(S->userbreak)); in lmmin()
240 if (S->userbreak) in lmmin()
263 (*evaluate)(x, m, data, wf, &(S->userbreak)); in lmmin()
265 if (S->userbreak) in lmmin()
420 (*evaluate)(wa2, m, data, wf, &(S->userbreak)); in lmmin()
422 if (S->userbreak) in lmmin()
541 if (S->userbreak) /* user-requested break */ in lmmin()
Dlmmin.h34 const void* data, double* fvec, int* userbreak),
Dlmstruct.h68 int userbreak; /* Set when function evaluation requests termination. */ member
/external/lmfit/man/
Dlmmin.pod22 constS< >void *>I<data>B<, double *>I<fvec>B<, int *>I<userbreak>B<),
72 If I<evaluate> return with *I<userbreak> set to a negative value, B<lmmin()> will interrupt the fit…
161 =item B<int> I<status.userbreak>
213 const void *data, double *fvec, int *userbreak )