laserIMUCalibration
lmstruct.h File Reference

Declarations of parameter records, used in lmmin.h and lmcurve.h. More...

#include <stdio.h>
Include dependency graph for lmstruct.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Declarations of parameter records, used in lmmin.h and lmcurve.h.

Library lmfit (Levenberg-Marquardt least squares fitting)

Author
Joachim Wuttke, Forschungszentrum Juelich GmbH (2004-2013)

License FreeBSD

See also
Homepage

Definition in file lmstruct.h.

Macro Definition Documentation

#define __BEGIN_DECLS   /* empty */

Definition at line 23 of file lmstruct.h.

#define __END_DECLS   /* empty */

Definition at line 24 of file lmstruct.h.

Variable Documentation

const lm_control_struct lm_control_double

Preset (and recommended) control parameter settings.

double-precision

Definition at line 121 of file lmmin.c.

const lm_control_struct lm_control_float

Preset (and recommended) control parameter settings.

float-precision

Definition at line 125 of file lmmin.c.

const char* lm_infmsg[]

Preset message texts.

Definition at line 135 of file lmmin.c.

const char* lm_shortmsg[]

Preset message texts.

Definition at line 150 of file lmmin.c.