ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df1b2fun.h>
Public Member Functions | |
virtual | ~df1b2_init_vector () |
void | allocate (int min, int max, int phase_start, const adstring &s="unnamed") |
Description not yet available. More... | |
void | allocate (int min, int max, const adstring &s="unnamed") |
Description not yet available. More... | |
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 df1b2vector | |
df1b2vector (int lb, int ub) | |
Description not yet available. More... | |
df1b2vector (const dvector &v) | |
Construct df1b2vector from dvector v. More... | |
df1b2vector (const df1b2vector &) | |
Copy constructor. More... | |
df1b2vector (void) | |
Default constructor. More... | |
df1b2vector (const predf1b2vector &) | |
Description not yet available. More... | |
~df1b2vector () | |
Destructor. More... | |
void | allocate (int lb, int ub, const char *) |
Description not yet available. More... | |
void | allocate (int lb, int ub) |
Allocate vector of df1b2variables with dimension [lb to ub]. More... | |
void | allocate (const ad_integer &, const ad_integer &ub) |
Description not yet available. More... | |
void | allocate (void) |
Initialize df1b2vector to empty. More... | |
int | allocated (void) |
void | copy (const df1b2vector &) |
Description not yet available. More... | |
void | deallocate (void) |
If no other copies exists, free allocated memory. More... | |
int | get_offset (void) |
df1b2variable * | getv (void) |
int | indexmax (void) const |
int | indexmin (void) const |
void | initialize (void) |
Description not yet available. More... | |
void | noallocate (int lib, int ub) |
Description not yet available. More... | |
df1b2variable & | operator() (int i) const |
df1b2vector | operator() (const ivector &iv) |
df1b2vector | operator() (int lb, int ub) |
df1b2vector & | operator*= (const df1b2vector &x) |
Description not yet available. More... | |
df1b2vector & | operator*= (const df1b2variable &x) |
Description not yet available. More... | |
df1b2vector & | operator++ (void) |
df1b2vector & | operator+= (const df1b2vector &x) |
Description not yet available. More... | |
df1b2vector & | operator+= (const dvector &x) |
Description not yet available. More... | |
df1b2vector & | operator+= (double x) |
Description not yet available. More... | |
df1b2vector & | operator+= (const df1b2variable &x) |
Description not yet available. More... | |
df1b2vector & | operator-- (void) |
df1b2vector & | operator-= (const df1b2vector &x) |
Description not yet available. More... | |
df1b2vector & | operator-= (const dvector &x) |
Description not yet available. More... | |
df1b2vector & | operator-= (const df1b2variable &x) |
Description not yet available. More... | |
df1b2vector & | operator/= (const df1b2vector &x) |
Description not yet available. More... | |
df1b2vector & | operator/= (const df1b2variable &x) |
Description not yet available. More... | |
df1b2vector & | operator= (const df3_one_vector &) |
df1b2vector & | operator= (const df1b2vector &) |
Description not yet available. More... | |
df1b2vector & | operator= (const dvector &) |
Description not yet available. More... | |
df1b2vector & | operator= (double) |
Assign value x to each element of df1b2vector. More... | |
df1b2vector & | operator= (const df1b2variable &) |
Description not yet available. More... | |
df1b2vector & | operator= (const df3_two_vector &M) |
Description not yet available. More... | |
df1b2variable & | operator[] (int i) const |
int | pointersize () const |
df1b2vector & | shift (int) |
Description not yet available. More... | |
int | size () |
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 |
Protected Attributes inherited from df1b2vector_header | |
int | index_max |
int | index_min |
int | offset |
|
inlinevirtual |
Definition at line 1404 of file df1b2fun.h.
void df1b2_init_vector::allocate | ( | int | mmin, |
int | mmax, | ||
int | ps, | ||
const adstring & | s = "unnamed" |
||
) |
void df1b2_init_vector::allocate | ( | int | mmin, |
int | mmax, | ||
const adstring & | s = "unnamed" |
||
) |
Description not yet available.
Implements initial_df1b2params.
Reimplemented in df1b2_init_bounded_vector.
Definition at line 85 of file df1b2f25.cpp.
|
virtual |
Description not yet available.
Implements initial_df1b2params.
Definition at line 139 of file df1b2f15.cpp.
|
inline |
Definition at line 1407 of file df1b2fun.h.
Referenced by allocate(), and df1b2_init_bounded_vector::allocate().
|
virtual |
Description not yet available.
Implements initial_df1b2params.
Reimplemented in df1b2_init_bounded_dev_vector, re_df1b2_init_bounded_vector, and df1b2_init_bounded_vector.
Definition at line 30 of file df1b2f18.cpp.
|
virtual |
Description not yet available.
Implements initial_df1b2params.
Reimplemented in df1b2_init_bounded_dev_vector, re_df1b2_init_bounded_vector, and df1b2_init_bounded_vector.
Definition at line 111 of file df1b2f15.cpp.
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |