|
laserIMUCalibration
|
Declarations of parameter records, used in lmmin.h and lmcurve.h. More...
#include <stdio.h>

Go to the source code of this file.
Data Structures | |
| struct | lm_control_struct |
| Collection of input parameters for fit control. More... | |
| struct | lm_status_struct |
| Collection of output parameters for status info. More... | |
Macros | |
| #define | __BEGIN_DECLS /* empty */ |
| #define | __END_DECLS /* empty */ |
Variables | |
| const lm_control_struct | lm_control_double |
| Preset (and recommended) control parameter settings. More... | |
| const lm_control_struct | lm_control_float |
| Preset (and recommended) control parameter settings. More... | |
| const char * | lm_infmsg [] |
| Preset message texts. More... | |
| const char * | lm_shortmsg [] |
| Preset message texts. More... | |
Declarations of parameter records, used in lmmin.h and lmcurve.h.
Library lmfit (Levenberg-Marquardt least squares fitting)
License FreeBSD
Definition in file lmstruct.h.
| #define __BEGIN_DECLS /* empty */ |
Definition at line 23 of file lmstruct.h.
| #define __END_DECLS /* empty */ |
Definition at line 24 of file lmstruct.h.
| const lm_control_struct lm_control_double |
| const lm_control_struct lm_control_float |