ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df1b2fnl.h>
Public Member Functions | |
funnel_init_df1b2variable (const df1b2_init_number &x) | |
Description not yet available. More... | |
funnel_init_df1b2variable (const funnel_init_df1b2variable &x) | |
Description not yet available. More... | |
funnel_init_df1b2variable (const df1b2variable &x) | |
Description not yet available. More... | |
funnel_init_df1b2variable (void) | |
Description not yet available. More... | |
funnel_init_df1b2variable (const random_effects_bounded_vector_info &) | |
Description not yet available. More... | |
virtual void | allocate (void) |
Description not yet available. More... | |
virtual void | allocate (const df1b2variable &) |
Description not yet available. More... | |
int | nvar_calc (void) |
virtual void | preallocate (const df1b2variable &) |
Description not yet available. More... | |
virtual void | set_index (imatrix &, int &ii) |
Description not yet available. More... | |
virtual void | set_value (const init_df1b2vector &, const int &ii) |
Description not yet available. More... | |
virtual void | set_value (const init_df1b2vector &, const int &ii, const df1b2variable &) |
Description not yet available. More... | |
virtual void | xinit (init_df1b2vector &, int &ii) |
Description not yet available. More... | |
virtual void | xinit (dvector &, int &ii) |
Description not yet available. More... | |
Public Member Functions inherited from funnel_init_var | |
funnel_init_var () | |
~funnel_init_var () | |
void | add_to_inactive_list (void) |
Description not yet available. More... | |
void | add_to_list (void) |
Description not yet available. More... | |
void | delete_from_list (void) |
Description not yet available. More... | |
Public Member Functions inherited from df1b2variable | |
df1b2variable (const do_naught_kludge &) | |
df1b2variable (double d) | |
Description not yet available. More... | |
df1b2variable (void) | |
Default constructor. More... | |
df1b2variable (adkludge1 *) | |
Description not yet available. More... | |
df1b2variable (const random_effects_bounded_vector_info &rebv) | |
Description not yet available. More... | |
df1b2variable (const newadkludge *) | |
Description not yet available. More... | |
df1b2variable (const df1b2variable &v) | |
Description not yet available. More... | |
virtual | ~df1b2variable () |
Destructor. More... | |
void | allocate (void) |
Description not yet available. More... | |
void | allocate (const char *) |
Description not yet available. More... | |
int | allocated (void) |
void | deallocate (void) |
If no other copies exist, free df1b2variable::ptr. More... | |
int | get_local_nvar (void) const |
void | initialize (void) |
Initialize. More... | |
void | initialize (const unsigned int n) |
Initialize nvariables. More... | |
df1b2variable & | operator*= (const df1b2variable &v) |
Description not yet available. More... | |
df1b2variable & | operator+= (const df1b2variable &v) |
Description not yet available. More... | |
df1b2variable & | operator-= (const df1b2variable &v) |
Description not yet available. More... | |
df1b2variable & | operator/= (const df1b2variable &v) |
Description not yet available. More... | |
df1b2variable & | operator= (const df3_one_variable &v) |
df1b2variable & | operator= (const df3_two_variable &v) |
Description not yet available. More... | |
df1b2variable & | operator= (const df3_three_variable &v) |
Description not yet available. More... | |
df1b2variable & | operator= (const df1b2variable &v) |
Description not yet available. More... | |
void | operator= (double x) |
Assign with value d. More... | |
int | unallocated (void) |
Public Member Functions inherited from df1b2_header | |
df1b2_header () | |
Default constructor. More... | |
int & | get_ind_index () |
const int & | get_ind_index () const |
double * | get_u () const |
double * | get_u_bar () const |
double * | get_u_bar_tilde () const |
double * | get_u_dot () const |
double * | get_u_dot_bar () const |
double * | get_u_dot_bar_tilde () const |
double * | get_u_dot_tilde () const |
double * | get_u_tilde () const |
Public Attributes | |
int | ind_index |
void * | pointer |
int | type |
double | xu |
Public Attributes inherited from funnel_init_var | |
int | index |
Public Attributes inherited from df1b2variable | |
short int * | ncopies |
double * | ptr |
Public Attributes inherited from df1b2_header | |
int | indindex |
double * | u |
double * | u_bar |
double * | u_bar_tilde |
double * | u_dot |
double * | u_dot_bar |
double * | u_dot_bar_tilde |
double * | u_dot_tilde |
double * | u_tilde |
Additional Inherited Members | |
Static Public Member Functions inherited from funnel_init_var | |
static void | allocate_all (void) |
Description not yet available. More... | |
static void | deallocate_all (void) |
Release memory. More... | |
static unsigned int | nvarcalc_all () |
Description not yet available. More... | |
static void | reset (init_df1b2vector &x) |
Description not yet available. More... | |
static void | reset_counters (void) |
Static Public Member Functions inherited from df1b2variable | |
static unsigned int | get_blocksize (void) |
Description not yet available. More... | |
static unsigned int | get_blocksize (const unsigned int n) |
Description not yet available. More... | |
static unsigned int | get_nvar () |
static int | get_passnumber (void) |
static void | increment_adpool_counter (void) |
Description not yet available. More... | |
static void | restore_adpool_pointer (void) |
Description not yet available. More... | |
static void | save_adpool_pointer (void) |
Description not yet available. More... | |
static void | set_blocksize (void) |
Description not yet available. More... | |
static void | set_maxder (int n) |
static void | set_minder (int n) |
static void | set_nvar (unsigned int n) |
Static Public Attributes inherited from funnel_init_var | |
static df1b2variable * | funnel_constraints_penalty =0 |
static funnel_init_var * | inactive_list [2000] = { NULL } |
static laplace_approximation_calculator * | lapprox =0 |
static funnel_init_var * | list [2000] = { NULL } |
static unsigned int | num_active_parameters =0 |
static int | num_inactive_vars =0 |
static unsigned int | num_vars =0 |
static imatrix * | plist =0 |
static init_df1b2vector * | py =0 |
Static Public Attributes inherited from df1b2variable | |
static int | adpool_counter =0 |
static unsigned int | adpool_nvar_stack [] |
static adpool * | adpool_stack [] |
static int | adpool_stack_pointer =0 |
static const int | adpool_stack_size =50 |
static int | adpool_use_index [] |
static adpool * | adpool_vector [] |
static const int | adpool_vectorsize =_FIVE_ |
static int | allocation_counter =0 |
static unsigned int | blocksize =0 |
static int | current_allocation_index =0 |
static int | maxder =0 |
static int | minder =0 |
static int | noallocate =0 |
static unsigned int | nvar = 0 |
static unsigned int | nvar_vector [] |
static int | passnumber =0 |
static adpool * | pool = NULL |
static int | pool_allocation_number [] |
funnel_init_df1b2variable::funnel_init_df1b2variable | ( | const df1b2_init_number & | _x | ) |
funnel_init_df1b2variable::funnel_init_df1b2variable | ( | const funnel_init_df1b2variable & | x | ) |
funnel_init_df1b2variable::funnel_init_df1b2variable | ( | const df1b2variable & | _x | ) |
funnel_init_df1b2variable::funnel_init_df1b2variable | ( | void | ) |
funnel_init_df1b2variable::funnel_init_df1b2variable | ( | const random_effects_bounded_vector_info & | _u | ) |
|
virtual |
Description not yet available.
Reimplemented from funnel_init_var.
Definition at line 460 of file df1b2fnl.cpp.
|
virtual |
|
inlinevirtual |
Implements funnel_init_var.
Definition at line 122 of file df1b2fnl.h.
|
virtual |
|
virtual |
Description not yet available.
Implements funnel_init_var.
Definition at line 707 of file df1b2fnl.cpp.
|
virtual |
Description not yet available.
Implements funnel_init_var.
Definition at line 488 of file df1b2fnl.cpp.
|
virtual |
Description not yet available.
Implements funnel_init_var.
Definition at line 535 of file df1b2fnl.cpp.
|
virtual |
Description not yet available.
Implements funnel_init_var.
Definition at line 631 of file df1b2fnl.cpp.
|
virtual |
Description not yet available.
Implements funnel_init_var.
Definition at line 666 of file df1b2fnl.cpp.
int funnel_init_df1b2variable::ind_index |
Definition at line 121 of file df1b2fnl.h.
Referenced by preallocate(), set_index(), and set_value().
void* funnel_init_df1b2variable::pointer |
Definition at line 119 of file df1b2fnl.h.
Referenced by preallocate(), set_value(), and xinit().
int funnel_init_df1b2variable::type |
Definition at line 118 of file df1b2fnl.h.
Referenced by preallocate(), set_value(), and xinit().
double funnel_init_df1b2variable::xu |
Definition at line 120 of file df1b2fnl.h.
Referenced by allocate(), preallocate(), and xinit().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |