Searched refs:msgfile (Results 1 – 4 of 4) sorted by relevance
/external/lmfit/lib/ |
D | lmmin.c | 145 FILE* msgfile = C->msgfile ? C->msgfile : stdout; in lmmin() local 232 fprintf(msgfile, "lmmin start "); in lmmin() 233 lm_print_pars(nout, x, msgfile); in lmmin() 238 fprintf(msgfile, " fvec[%4i] = %18.8g\n", i, fvec[i]); in lmmin() 244 fprintf(msgfile, " fnorm = %18.8g\n", fnorm); in lmmin() 352 fprintf(msgfile, "lmmin diag "); in lmmin() 353 lm_print_pars(nout, x, msgfile); // xnorm in lmmin() 354 fprintf(msgfile, " xnorm = %18.8g\n", xnorm); in lmmin() 358 fprintf(msgfile, " o i lmpar prered" in lmmin() 362 fprintf(msgfile, " p%i", i); in lmmin() [all …]
|
D | lmstruct.h | 56 FILE* msgfile; /* Progress messages will be written to this file. */ member
|
/external/python/cpython2/Doc/includes/ |
D | email-unpack.py | 31 msgfile = args[0] 43 fp = open(msgfile)
|
/external/lmfit/man/ |
D | lmmin.pod | 120 =item B<FILE*> I<control.msgfile>
|