lmrq_model Struct Reference
struct definition to handle model functions More...
#include <gimath_lm.h>
Data Fields | |
| lmrq_model_id | id |
| fitted_func | cfunc |
| cxint | nparams |
| cxint | ninputs |
| cxchar | name [256] |
| lmrq_model_type | type |
Detailed Description
struct definition to handle model functions
Definition at line 147 of file gimath_lm.h.
Field Documentation
|
|
C function name for the model Definition at line 149 of file gimath_lm.h. Referenced by giraffe_compute_pixel_abcissa(). |
|
|
model identification Definition at line 148 of file gimath_lm.h. |
|
|
name of the model Definition at line 152 of file gimath_lm.h. Referenced by giraffe_model_delete(). |
|
|
number of inputs for the model Definition at line 151 of file gimath_lm.h. Referenced by giraffe_compute_pixel_abcissa(). |
|
|
number of parameters for the model Definition at line 150 of file gimath_lm.h. |
|
|
type of model Definition at line 153 of file gimath_lm.h. |
The documentation for this struct was generated from the following file:
