ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
param_init_matrix_vector () | |
Default constructor. More... | |
~param_init_matrix_vector () | |
Destructor. More... | |
void | allocate (int min0, int max0, const index_type &min, const index_type &max, const index_type &min1, const index_type &max1, const index_type &phase_start, const char *s) |
void | allocate (int min0, int max0, const index_type &min, const index_type &max, const index_type &min1, const index_type &max1, const char *s) |
bool | allocated () const |
void | deallocate (void) |
Free member allocated memory. More... | |
dvector | get_scalefactor (void) |
int | indexmax () const |
int | indexmin () const |
param_init_matrix & | operator() (int i) |
dvar_vector & | operator() (int i, int j) |
prevariable | operator() (int i, int j, int k) |
param_init_matrix & | 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_matrix * | v |
param_init_matrix_vector::param_init_matrix_vector | ( | ) |
Default constructor.
Definition at line 17 of file model44.cpp.
param_init_matrix_vector::~param_init_matrix_vector | ( | ) |
Destructor.
Definition at line 106 of file model44.cpp.
void param_init_matrix_vector::allocate | ( | int | min0, |
int | max0, | ||
const index_type & | min, | ||
const index_type & | max, | ||
const index_type & | min1, | ||
const index_type & | max1, | ||
const index_type & | phase_start, | ||
const char * | s | ||
) |
Definition at line 37 of file model44.cpp.
Referenced by allocate().
void param_init_matrix_vector::allocate | ( | int | min0, |
int | max0, | ||
const index_type & | min, | ||
const index_type & | max, | ||
const index_type & | min1, | ||
const index_type & | max1, | ||
const char * | s | ||
) |
Definition at line 25 of file model44.cpp.
|
inline |
void param_init_matrix_vector::deallocate | ( | void | ) |
Free member allocated memory.
Definition at line 113 of file model44.cpp.
Referenced by ~param_init_matrix_vector().
dvector param_init_matrix_vector::get_scalefactor | ( | void | ) |
Definition at line 225 of file model48.cpp.
|
inline |
Definition at line 2804 of file admodel.h.
Referenced by allocate(), get_scalefactor(), and set_scalefactor().
|
inline |
Definition at line 2803 of file admodel.h.
Referenced by allocate(), deallocate(), get_scalefactor(), and set_scalefactor().
|
inline |
|
inline |
|
inline |
|
inline |
void param_init_matrix_vector::set_initial_value | ( | const double_index_type & | it | ) |
Definition at line 9 of file model44.cpp.
void param_init_matrix_vector::set_scalefactor | ( | double | s | ) |
Definition at line 253 of file model48.cpp.
Referenced by set_scalefactor().
void param_init_matrix_vector::set_scalefactor | ( | const dvector & | s | ) |
Definition at line 236 of file model48.cpp.
|
private |
Definition at line 2771 of file admodel.h.
Referenced by allocate(), and indexmax().
|
private |
Definition at line 2770 of file admodel.h.
Referenced by allocate(), and indexmin().
|
private |
Definition at line 2772 of file admodel.h.
Referenced by allocate(), deallocate(), and set_initial_value().
|
private |
Definition at line 2769 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 |