ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df1b2fnl.h>
Public Member Functions | |
funnel_init_df1b2matrix (const df1b2matrix &x) | |
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... | |
virtual void | allocate (void) |
Description not yet available. More... | |
void | delete_from_list (void) |
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 |
Private Attributes | |
const df1b2matrix * | 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 |
funnel_init_df1b2matrix::funnel_init_df1b2matrix | ( | const df1b2matrix & | _x | ) |
|
virtual |
Description not yet available.
Implements funnel_init_var.
Definition at line 83 of file f1b2fnl6.cpp.
|
virtual |
Description not yet available.
Implements funnel_init_var.
Definition at line 121 of file f1b2fnl6.cpp.
|
virtual |
Description not yet available.
Implements funnel_init_var.
Definition at line 144 of file f1b2fnl6.cpp.
|
inlinevirtual |
Implements funnel_init_var.
Definition at line 200 of file df1b2fnl.h.
|
virtual |
Description not yet available.
Implements funnel_init_var.
Definition at line 99 of file f1b2fnl6.cpp.
|
inlinevirtual |
Implements funnel_init_var.
Definition at line 197 of file df1b2fnl.h.
|
private |
Definition at line 190 of file df1b2fnl.h.
Referenced by funnel_init_df1b2matrix(), nvar_calc(), set_index(), set_value(), and xinit().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |