Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
param_init_vector_vector () | |
Default constructor. | |
~param_init_vector_vector () | |
Destructor. | |
void | allocate (int min1, int max1, const index_type &min, const index_type &max, const index_type &phase_start, const char *s) |
void | allocate (int min1, int max1, const index_type &min, const index_type &max, const char *s) |
bool | allocated () const |
void | deallocate (void) |
Free member allocated memory. | |
dvector | get_scalefactor (void) |
int | indexmax (void) |
int | indexmin (void) |
param_init_vector & | operator() (int i) |
prevariable | operator() (int i, int j) |
param_init_vector & | operator[] (int i) |
void | set_initial_value (const double_index_type &it) |
void | set_scalefactor (double s) |
void | set_scalefactor (const dvector &s) |
Private Attributes | |
int | index_max |
int | index_min |
double_index_type * | it |
param_init_vector * | v |
Default constructor.
Definition at line 17 of file model43.cpp.
Destructor.
Definition at line 96 of file model43.cpp.
void param_init_vector_vector::allocate | ( | int | min1, |
int | max1, | ||
const index_type & | min, | ||
const index_type & | max, | ||
const index_type & | phase_start, | ||
const char * | s | ||
) |
Definition at line 35 of file model43.cpp.
Referenced by allocate().
void param_init_vector_vector::allocate | ( | int | min1, |
int | max1, | ||
const index_type & | min, | ||
const index_type & | max, | ||
const char * | s | ||
) |
Definition at line 25 of file model43.cpp.
bool param_init_vector_vector::allocated | ( | void | ) | const [inline] |
void param_init_vector_vector::deallocate | ( | void | ) |
Free member allocated memory.
Definition at line 103 of file model43.cpp.
Referenced by ~param_init_vector_vector().
Definition at line 152 of file model48.cpp.
int param_init_vector_vector::indexmax | ( | void | ) | [inline] |
Definition at line 2562 of file admodel.h.
Referenced by allocate(), get_scalefactor(), matrix_kludge::matrix_kludge(), and set_scalefactor().
int param_init_vector_vector::indexmin | ( | void | ) | [inline] |
Definition at line 2561 of file admodel.h.
Referenced by allocate(), deallocate(), get_scalefactor(), matrix_kludge::matrix_kludge(), and set_scalefactor().
param_init_vector& param_init_vector_vector::operator() | ( | int | i | ) | [inline] |
prevariable param_init_vector_vector::operator() | ( | int | i, |
int | j | ||
) | [inline] |
param_init_vector& param_init_vector_vector::operator[] | ( | int | i | ) | [inline] |
void param_init_vector_vector::set_initial_value | ( | const double_index_type & | it | ) |
Definition at line 9 of file model43.cpp.
void param_init_vector_vector::set_scalefactor | ( | double | s | ) |
Definition at line 180 of file model48.cpp.
Referenced by set_scalefactor().
void param_init_vector_vector::set_scalefactor | ( | const dvector & | s | ) |
Definition at line 163 of file model48.cpp.
int param_init_vector_vector::index_max [private] |
Definition at line 2532 of file admodel.h.
Referenced by allocate(), and indexmax().
int param_init_vector_vector::index_min [private] |
Definition at line 2531 of file admodel.h.
Referenced by allocate(), and indexmin().
double_index_type* param_init_vector_vector::it [private] |
Definition at line 2533 of file admodel.h.
Referenced by allocate(), deallocate(), and set_initial_value().
param_init_vector* param_init_vector_vector::v [private] |
Definition at line 2530 of file admodel.h.
Referenced by allocate(), allocated(), deallocate(), operator()(), and operator[]().
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0 |