|
ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
| param_init_number_vector () | |
| Default constructor. More... | |
| ~param_init_number_vector () | |
| Destructor. More... | |
| void | allocate (int min1, int max1, const index_type &phase_start, const char *s) |
| void | allocate (int min1, int max1, const char *s) |
| bool | allocated () const |
| void | deallocate (void) |
| Free member allocated memory. More... | |
| dvector | get_scalefactor (void) |
| Returns vector of scalefactor values. More... | |
| int | indexmax () const |
| int | indexmin () const |
| param_init_number & | operator() (int i) |
| param_init_number & | operator[] (int i) |
| void | set_initial_value (const double_index_type &it) |
| void | set_scalefactor (double s) |
| Sets scalefactor for param_init_number_vector. More... | |
| void | set_scalefactor (const dvector &s) |
| Sets individual scalefactor for param_init_number_vector. More... | |
Private Attributes | |
| int | index_max |
| int | index_min |
| double_index_type * | it |
| param_init_number * | v |
| param_init_number_vector::param_init_number_vector | ( | ) |
Default constructor.
Definition at line 16 of file model47.cpp.
| param_init_number_vector::~param_init_number_vector | ( | ) |
Destructor.
Definition at line 26 of file model47.cpp.
| void param_init_number_vector::allocate | ( | int | min1, |
| int | max1, | ||
| const index_type & | phase_start, | ||
| const char * | s | ||
| ) |
Definition at line 56 of file model47.cpp.
Referenced by allocate().
| void param_init_number_vector::allocate | ( | int | min1, |
| int | max1, | ||
| const char * | s | ||
| ) |
Definition at line 48 of file model47.cpp.
|
inline |
| void param_init_number_vector::deallocate | ( | void | ) |
Free member allocated memory.
Definition at line 33 of file model47.cpp.
Referenced by ~param_init_number_vector().
| dvector param_init_number_vector::get_scalefactor | ( | void | ) |
Returns vector of scalefactor values.
Definition at line 141 of file model48.cpp.
|
inline |
Definition at line 2902 of file admodel.h.
Referenced by allocate(), dvar_vector::dvar_vector(), get_scalefactor(), set_scalefactor(), and vector_kludge::vector_kludge().
|
inline |
Definition at line 2901 of file admodel.h.
Referenced by allocate(), deallocate(), dvar_vector::dvar_vector(), get_scalefactor(), set_scalefactor(), and vector_kludge::vector_kludge().
|
inline |
|
inline |
| void param_init_number_vector::set_initial_value | ( | const double_index_type & | it | ) |
Definition at line 9 of file model47.cpp.
| void param_init_number_vector::set_scalefactor | ( | double | scalefactor | ) |
Sets scalefactor for param_init_number_vector.
| scalefactor | double |
Definition at line 177 of file model48.cpp.
Referenced by set_scalefactor().
| void param_init_number_vector::set_scalefactor | ( | const dvector & | scalefactors | ) |
Sets individual scalefactor for param_init_number_vector.
| scalefactor | dvector |
Definition at line 157 of file model48.cpp.
|
private |
Definition at line 2877 of file admodel.h.
Referenced by allocate(), and indexmax().
|
private |
Definition at line 2876 of file admodel.h.
Referenced by allocate(), and indexmin().
|
private |
Definition at line 2878 of file admodel.h.
Referenced by allocate(), deallocate(), and set_initial_value().
|
private |
Definition at line 2875 of file admodel.h.
Referenced by allocate(), allocated(), deallocate(), operator()(), and operator[]().
|
|
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5
|