ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df33fun.h>
Public Member Functions | |
init_df3_three_variable (const df1b2variable &) | |
Construct init_df3_three_variable from df1b2variable. More... | |
init_df3_three_variable (double) | |
Description not yet available. More... | |
~init_df3_three_variable () | |
Destructor. More... | |
Public Member Functions inherited from df3_three_variable | |
df3_three_variable () | |
Default constructor. More... | |
df3_three_variable (const df3_three_variable &) | |
Copy constructor. More... | |
double * | get_u () const |
double * | get_u_x () const |
double * | get_u_xx () const |
double * | get_u_xxx () const |
double * | get_u_xxy () const |
double * | get_u_xxz () const |
double * | get_u_xy () const |
double * | get_u_xyy () const |
double * | get_u_xyz () const |
double * | get_u_xz () const |
double * | get_u_xzz () const |
double * | get_u_y () const |
double * | get_u_yy () const |
double * | get_u_yyy () const |
double * | get_u_yyz () const |
double * | get_u_yz () const |
double * | get_u_yzz () const |
double * | get_u_z () const |
double * | get_u_zz () const |
double * | get_u_zzz () const |
void | initialize () |
Intialize values in v to zero. More... | |
df3_three_variable & | operator*= (const df3_three_variable &v) |
Multiply df3_three_variable by var, then call set_derivatives. More... | |
df3_three_variable & | operator*= (double v) |
Multiply df3_three_variable by value. More... | |
df3_three_variable & | operator+= (const df3_three_variable &v) |
Add values of v to df3_three_variable. More... | |
df3_three_variable & | operator+= (double v) |
Add value value to only df3_three_variable u. More... | |
df3_three_variable & | operator-= (const df3_three_variable &v) |
Subtract values from _v in df3_three_variable. More... | |
df3_three_variable & | operator-= (double v) |
Subtract value _v from only u in df3_three_variable. More... | |
df3_three_variable & | operator/= (const df3_three_variable &v) |
Divide df3_three_variable by var, then call set_derivatives. More... | |
df3_three_variable & | operator= (const df3_three_variable &v) |
Assignment operator sets values from _v to df3_three_variable. More... | |
df3_three_variable & | operator= (double v) |
Assigns x to u in df3_three_variable, then zeros the other values. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from df3_three_variable | |
static df1b2variable * | ind_var [] |
static int | num_ind_var =0 |
static int | num_local_ind_var =0 |
init_df3_three_variable::init_df3_three_variable | ( | const df1b2variable & | _var | ) |
Construct init_df3_three_variable from df1b2variable.
_var | df1b2variable |
Definition at line 1443 of file df33fun.cpp.
init_df3_three_variable::init_df3_three_variable | ( | double | v | ) |
init_df3_three_variable::~init_df3_three_variable | ( | ) |
Destructor.
Definition at line 1425 of file df33fun.cpp.
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5 |