Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
| ~dll_param_init_bounded_vector () | |
| void | allocate (double *_pd, int imin, int imax, double _minb, double _maxb, int phasestart=1, const char *name="UNNAMED") |
| Allocates dll_param_init_bounded_vector. | |
| void | allocate (double *_pd, int imin, int imax, double _minb, double _maxb, const char *name="UNNAMED") |
Private Attributes | |
| double * | pd |
Definition at line 45 of file model32.cpp.
| void dll_param_init_bounded_vector::allocate | ( | double * | _pd, |
| int | imin, | ||
| int | imax, | ||
| double | _minb, | ||
| double | _maxb, | ||
| int | _phase_start = 1, |
||
| const char * | s = "UNNAMED" |
||
| ) |
Allocates dll_param_init_bounded_vector.
| imin | lower index value |
| imax | upper index value |
| minb | elements lower value bound |
| maxb | elements upper value bound |
| phase_start | |
| s | id name |
Definition at line 341 of file model31.cpp.
| void dll_param_init_bounded_vector::allocate | ( | double * | _pd, |
| int | imin, | ||
| int | imax, | ||
| double | _minb, | ||
| double | _maxb, | ||
| const char * | name = "UNNAMED" |
||
| ) |
Definition at line 362 of file model31.cpp.
double* dll_param_init_bounded_vector::pd [private] |
Definition at line 1133 of file admodel.h.
Referenced by allocate(), and ~dll_param_init_bounded_vector().
|
|
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0
|