ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df1b2fun.h>
Public Member Functions | |
void | allocate (int rmin, int rmax, const index_type &cmin, const index_type &cmax, int ps, const char *s) |
void | allocate (int rmin, int rmax, const index_type &cmin, const index_type &cmax, const char *s) |
void | allocate (int rmin, int rmax, int cmin, int cmax) |
void | allocate (int rmin, int rmax, int cmin, int cmax, int ps, const char *s) |
void | allocate (int rmin, int rmax, int cmin, int cmax, const char *s) |
void | allocate (int rmin, int rmax, int cmin, int cmax, double, double, const char *s) |
virtual void | sd_scale (const dvector &d, const dvector &x, const int &ii) |
Description not yet available. More... | |
virtual void | set_index (int aflag, const int &ii) |
Description not yet available. More... | |
void | set_phase_start (int n) |
virtual void | set_value (const dvector &x, const int &_ii) |
Description not yet available. More... | |
virtual void | set_value (const init_df1b2vector &x, const int &_ii, const df1b2variable &pen) |
Description not yet available. More... | |
Public Member Functions inherited from df1b2matrix | |
df1b2matrix (int nrl, int nrh, int ncl, int nch) | |
Description not yet available. More... | |
df1b2matrix (int nrl, int nrh) | |
Description not yet available. More... | |
df1b2matrix (const df1b2matrix &) | |
Copy constructor. More... | |
df1b2matrix (int nrl, int nrh, const index_type &ncl, const index_type &nch) | |
Description not yet available. More... | |
df1b2matrix (void) | |
Description not yet available. More... | |
~df1b2matrix () | |
Destructor. More... | |
void | allocate (int nrl, int nrh, int ncl, int nch) |
Description not yet available. More... | |
void | allocate (int nrl, int nrh) |
Allocate square matrix. More... | |
void | allocate (int nrl, int nrh, int ncl, int nch, const char *) |
Description not yet available. More... | |
void | allocate (int nrl, int nrh, const index_type &ncl, const index_type &nch) |
Description not yet available. More... | |
void | allocate (int nrl, int nrh, const index_type &ncl, const index_type &nch, const char *) |
Description not yet available. More... | |
void | allocate (void) |
Description not yet available. More... | |
int | allocated (void) |
void | colfill (const int j, const df1b2vector &v) |
Copy vector values into column j of df1b2matrix. More... | |
int | colmax (void) const |
int | colmin (void) const |
int | colsize (void) const |
void | deallocate (void) |
Description not yet available. More... | |
int | indexmax (void) const |
int | indexmin (void) const |
void | initialize (void) |
Description not yet available. More... | |
df1b2variable & | operator() (int i, int j) const |
df1b2vector & | operator() (int i) const |
df1b2matrix & | operator*= (const df1b2variable &x) |
Description not yet available. More... | |
df1b2matrix & | operator*= (double x) |
Description not yet available. More... | |
df1b2matrix & | operator+= (const df1b2matrix &M) |
Description not yet available. More... | |
df1b2matrix & | operator-= (const df1b2matrix &M) |
Description not yet available. More... | |
df1b2matrix & | operator/= (const df1b2variable &x) |
Description not yet available. More... | |
df1b2matrix & | operator/= (double x) |
Description not yet available. More... | |
df1b2matrix & | operator= (const df3_one_matrix &) |
df1b2matrix & | operator= (const df1b2matrix &) |
Description not yet available. More... | |
df1b2matrix & | operator= (const dmatrix &) |
Description not yet available. More... | |
df1b2matrix & | operator= (const df1b2variable &) |
Assigns value _M to all elements of df1b2matrix (if not empty). More... | |
df1b2matrix & | operator= (double) |
Description not yet available. More... | |
df1b2matrix & | operator= (const df3_two_matrix &M) |
Description not yet available. More... | |
df1b2vector & | operator[] (int i) const |
int | rowmax (void) const |
int | rowmin (void) const |
unsigned int | size () const |
Public Member Functions inherited from initial_df1b2params | |
initial_df1b2params (void) | |
Description not yet available. More... | |
virtual void | add_to_list (void) |
Description not yet available. More... | |
double | get_scalefactor () |
Description not yet available. More... | |
void | set_phase_start (int n) |
void | set_scalefactor (const double) |
Set scale factor for parameter in RE model. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from initial_df1b2params | |
static void | reset (const init_df1b2vector &, const df1b2variable &) |
Description not yet available. More... | |
static void | reset (const df1b2vector &, const df1b2variable &) |
static void | reset_all (const dvector &) |
Description not yet available. More... | |
static void | restore_varsptr (void) |
Description not yet available. More... | |
static void | save_varsptr (void) |
Description not yet available. More... | |
static int | set_index (void) |
static int | stddev_scale (const dvector &d, const dvector &x) |
Description not yet available. More... | |
Public Attributes inherited from initial_df1b2params | |
int | ind_index |
int | phase_save |
int | phase_start |
double | scalefactor |
Static Public Attributes inherited from initial_df1b2params | |
static double | cobjfun =0.0 |
static int | current_phase =0 |
static int | have_bounded_random_effects =0 |
static int | num_initial_df1b2params =0 |
static int | num_initial_df1b2params_sav =0 |
static lmatrix * | pointer_table =0 |
static int | separable_calculation_type =0 |
static int | separable_flag =0 |
static initial_df1b2params ** | varsptr = NULL |
static initial_df1b2params ** | varsptr_sav =0 |
|
inline |
Definition at line 1425 of file df1b2fun.h.
|
inline |
Definition at line 1432 of file df1b2fun.h.
|
inline |
Definition at line 1438 of file df1b2fun.h.
|
inline |
Definition at line 1442 of file df1b2fun.h.
|
inline |
Definition at line 1448 of file df1b2fun.h.
|
inline |
Definition at line 1452 of file df1b2fun.h.
Description not yet available.
Implements initial_df1b2params.
Reimplemented in df1b2_init_bounded_matrix.
Definition at line 107 of file df1b2f25.cpp.
|
virtual |
Description not yet available.
Implements initial_df1b2params.
Definition at line 182 of file df1b2f15.cpp.
|
inline |
Definition at line 1457 of file df1b2fun.h.
Referenced by allocate().
|
virtual |
Description not yet available.
Implements initial_df1b2params.
Reimplemented in df1b2_init_bounded_matrix.
Definition at line 46 of file df1b2f18.cpp.
|
virtual |
Description not yet available.
Implements initial_df1b2params.
Reimplemented in df1b2_init_bounded_matrix.
Definition at line 222 of file df1b2f15.cpp.
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |