ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df32fun.h>
Public Member Functions | |
init_df3_two_variable (const df1b2variable &) | |
Description not yet available. More... | |
init_df3_two_variable (double) | |
Description not yet available. More... | |
Public Member Functions inherited from df3_two_variable | |
df3_two_variable () | |
df3_two_variable (const df3_two_variable &) | |
Copy constructor. More... | |
double * | get_u (void) const |
double * | get_u_x (void) const |
double * | get_u_xx (void) const |
double * | get_u_xxx (void) const |
double * | get_u_xxy (void) const |
double * | get_u_xy (void) const |
double * | get_u_xyy (void) const |
double * | get_u_y (void) const |
double * | get_u_yy (void) const |
double * | get_u_yyy (void) const |
df3_two_variable & | operator*= (const df3_two_variable &v) |
Multiply df3_two_variable and v which calls set_derivatives. More... | |
df3_two_variable & | operator*= (double v) |
Multiply value _v to value in df3_two_variable. More... | |
df3_two_variable & | operator+= (const df3_two_variable &v) |
Add values from _v to df3_two_variable. More... | |
df3_two_variable & | operator+= (double v) |
Add value _v to only df3_two_variable u with the rest of the values unchanged. More... | |
df3_two_variable & | operator-= (double v) |
Subtract value _v from only df3_two_variable u with the rest of the values unchanged. More... | |
df3_two_variable & | operator-= (const df3_two_variable &v) |
Subtract values in _v from df3_two_variable. More... | |
df3_two_variable & | operator/= (const df3_two_variable &v) |
Description not yet available. More... | |
df3_two_variable & | operator= (const df3_two_variable &v) |
Description not yet available. More... | |
df3_two_variable & | operator= (double v) |
Description not yet available. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from df3_two_variable | |
static df1b2variable * | ind_var [] |
static int | num_ind_var = 0 |
init_df3_two_variable::init_df3_two_variable | ( | const df1b2variable & | _v | ) |
init_df3_two_variable::init_df3_two_variable | ( | double | v | ) |
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5 |