|
laserIMUCalibration
|
Collection of output parameters for status info. More...
#include <lmstruct.h>
Data Fields | |
| double | fnorm |
| norm of the residue vector fvec. More... | |
| int | nfev |
| actual number of iterations. More... | |
| int | outcome |
| Status indicator. More... | |
| int | userbreak |
| Set when function evaluation requests termination. More... | |
Collection of output parameters for status info.
Definition at line 106 of file lmstruct.h.

| double lm_status_struct::fnorm |
norm of the residue vector fvec.
Definition at line 110 of file lmstruct.h.
| int lm_status_struct::nfev |
actual number of iterations.
Definition at line 114 of file lmstruct.h.
| int lm_status_struct::outcome |
Status indicator.
Nonnegative values are used as index for the message text lm_infmsg, set in lmmin.c.
Definition at line 120 of file lmstruct.h.
| int lm_status_struct::userbreak |
Set when function evaluation requests termination.
Definition at line 124 of file lmstruct.h.