ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df1b2fun.h>
Public Member Functions | |
init_df1b2variable (double v=0.0) | |
Description not yet available. More... | |
int | get_index (void) |
void | operator= (double x) |
Description not yet available. More... | |
void | set_u_dot (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 |
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 |
Static Public Attributes | |
static init_df1b2variable ** | list =0 |
static int | num_variables =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 [] |
Additional Inherited Members | |
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) |
init_df1b2variable::init_df1b2variable | ( | double | v = 0.0 | ) |
|
inline |
Definition at line 361 of file df1b2fun.h.
void init_df1b2variable::operator= | ( | double | d | ) |
void init_df1b2variable::set_u_dot | ( | void | ) |
int init_df1b2variable::ind_index |
Definition at line 360 of file df1b2fun.h.
Referenced by get_index(), init_df1b2variable(), operator=(), and set_u_dot().
|
static |
Definition at line 363 of file df1b2fun.h.
|
static |
Definition at line 362 of file df1b2fun.h.
Referenced by check_second_derivatives(), check_third_derivatives(), and init_df1b2variable().
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5 |