|
ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df1b2fnl.h>
Public Member Functions | |
| funnel_init_df1b2vector () | |
| funnel_init_df1b2vector (const df1b2vector &x) | |
| Description not yet available. More... | |
| ~funnel_init_df1b2vector () | |
| Destructor. More... | |
| virtual void | allocate (void) |
| Description not yet available. More... | |
| int | nvar_calc (void) |
| 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, const df1b2variable &) |
| Description not yet available. More... | |
| virtual void | set_value (const init_df1b2vector &, const int &) |
| virtual void | xinit (init_df1b2vector &, int &ii) |
| Description not yet available. More... | |
| virtual void | xinit (dvector &, int &) |
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 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 () |
Private Attributes | |
| const df1b2vector * | p |
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) |
Public Attributes inherited from funnel_init_var | |
| int | index |
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 |
Protected Attributes inherited from df1b2vector_header | |
| int | index_max |
| int | index_min |
| int | offset |
|
inline |
Definition at line 168 of file df1b2fnl.h.
| funnel_init_df1b2vector::~funnel_init_df1b2vector | ( | ) |
Destructor.
Definition at line 794 of file df1b2fnl.cpp.
| funnel_init_df1b2vector::funnel_init_df1b2vector | ( | const df1b2vector & | _x | ) |
|
virtual |
Description not yet available.
Reimplemented from funnel_init_var.
Definition at line 45 of file f1b2fnl4.cpp.
|
virtual |
Description not yet available.
Implements funnel_init_var.
Definition at line 802 of file df1b2fnl.cpp.
|
virtual |
Description not yet available.
Implements funnel_init_var.
Definition at line 831 of file df1b2fnl.cpp.
|
virtual |
Description not yet available.
Implements funnel_init_var.
Definition at line 853 of file df1b2fnl.cpp.
|
inlinevirtual |
Implements funnel_init_var.
Definition at line 178 of file df1b2fnl.h.
|
virtual |
Description not yet available.
Implements funnel_init_var.
Definition at line 811 of file df1b2fnl.cpp.
|
inlinevirtual |
Implements funnel_init_var.
Definition at line 175 of file df1b2fnl.h.
|
private |
Definition at line 165 of file df1b2fnl.h.
Referenced by allocate(), funnel_init_df1b2vector(), nvar_calc(), set_index(), set_value(), and xinit().
|
|
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5
|