Description not yet available. More...
#include <df32fun.h>
Public Member Functions | |
df3_two_variable () | |
df3_two_variable (const df3_two_variable &) | |
Copy constructor. | |
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. | |
df3_two_variable & | operator*= (double v) |
Multiply value _v to value in df3_two_variable. | |
df3_two_variable & | operator+= (const df3_two_variable &v) |
Add values from _v to df3_two_variable. | |
df3_two_variable & | operator+= (double v) |
Add value _v to only df3_two_variable u with the rest of the values unchanged. | |
df3_two_variable & | operator-= (double v) |
Subtract value _v from only df3_two_variable u with the rest of the values unchanged. | |
df3_two_variable & | operator-= (const df3_two_variable &v) |
Subtract values in _v from df3_two_variable. | |
df3_two_variable & | operator/= (const df3_two_variable &v) |
Description not yet available. | |
df3_two_variable & | operator= (const df3_two_variable &v) |
Description not yet available. | |
df3_two_variable & | operator= (double v) |
Description not yet available. | |
Static Public Attributes | |
static df1b2variable * | ind_var [] |
static int | num_ind_var = 0 |
Private Attributes | |
double | v [10] |
df3_two_variable::df3_two_variable | ( | void | ) |
Definition at line 1125 of file df32fun.cpp.
df3_two_variable::df3_two_variable | ( | const df3_two_variable & | x | ) |
Copy constructor.
Definition at line 18 of file df32fun.cpp.
double* df3_two_variable::get_u | ( | void | ) | const [inline] |
Definition at line 66 of file df32fun.h.
Referenced by atan(), exp(), fabs(), init_df3_two_variable::init_df3_two_variable(), inv(), log(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), set_derivatives(), sin(), sqrt(), square(), tan(), and value().
double* df3_two_variable::get_u_x | ( | void | ) | const [inline] |
Definition at line 70 of file df32fun.h.
Referenced by fabs(), init_df3_two_variable::init_df3_two_variable(), inv_cumd_gamma(), log_negbinomial_density(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_two_variable::get_u_xx | ( | void | ) | const [inline] |
Definition at line 78 of file df32fun.h.
Referenced by fabs(), init_df3_two_variable::init_df3_two_variable(), inv_cumd_gamma(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_two_variable::get_u_xxx | ( | void | ) | const [inline] |
Definition at line 90 of file df32fun.h.
Referenced by fabs(), init_df3_two_variable::init_df3_two_variable(), inv_cumd_gamma(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_two_variable::get_u_xxy | ( | void | ) | const [inline] |
Definition at line 94 of file df32fun.h.
Referenced by fabs(), init_df3_two_variable::init_df3_two_variable(), inv_cumd_gamma(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_two_variable::get_u_xy | ( | void | ) | const [inline] |
Definition at line 82 of file df32fun.h.
Referenced by fabs(), init_df3_two_variable::init_df3_two_variable(), inv_cumd_gamma(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_two_variable::get_u_xyy | ( | void | ) | const [inline] |
Definition at line 98 of file df32fun.h.
Referenced by fabs(), init_df3_two_variable::init_df3_two_variable(), inv_cumd_gamma(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_two_variable::get_u_y | ( | void | ) | const [inline] |
Definition at line 74 of file df32fun.h.
Referenced by fabs(), init_df3_two_variable::init_df3_two_variable(), inv_cumd_gamma(), log_negbinomial_density(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_two_variable::get_u_yy | ( | void | ) | const [inline] |
Definition at line 86 of file df32fun.h.
Referenced by fabs(), init_df3_two_variable::init_df3_two_variable(), inv_cumd_gamma(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_two_variable::get_u_yyy | ( | void | ) | const [inline] |
Definition at line 102 of file df32fun.h.
Referenced by fabs(), init_df3_two_variable::init_df3_two_variable(), inv_cumd_gamma(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
df3_two_variable & df3_two_variable::operator*= | ( | const df3_two_variable & | v | ) |
Multiply df3_two_variable and v which calls set_derivatives.
Definition at line 351 of file df32fun.cpp.
df3_two_variable & df3_two_variable::operator*= | ( | double | v | ) |
Multiply value _v to value in df3_two_variable.
Definition at line 360 of file df32fun.cpp.
df3_two_variable & df3_two_variable::operator+= | ( | const df3_two_variable & | v | ) |
Add values from _v to df3_two_variable.
Definition at line 316 of file df32fun.cpp.
df3_two_variable & df3_two_variable::operator+= | ( | double | v | ) |
Add value _v to only df3_two_variable u with the rest of the values unchanged.
Definition at line 334 of file df32fun.cpp.
df3_two_variable & df3_two_variable::operator-= | ( | double | v | ) |
Subtract value _v from only df3_two_variable u with the rest of the values unchanged.
Definition at line 343 of file df32fun.cpp.
df3_two_variable & df3_two_variable::operator-= | ( | const df3_two_variable & | v | ) |
Subtract values in _v from df3_two_variable.
Definition at line 276 of file df32fun.cpp.
df3_two_variable & df3_two_variable::operator/= | ( | const df3_two_variable & | y | ) |
df3_two_variable & df3_two_variable::operator= | ( | const df3_two_variable & | x | ) |
df3_two_variable & df3_two_variable::operator= | ( | double | x | ) |
df1b2variable * df3_two_variable::ind_var [static] |
Definition at line 60 of file df32fun.h.
Referenced by init_df3_two_variable::init_df3_two_variable().
int df3_two_variable::num_ind_var = 0 [static] |
Definition at line 61 of file df32fun.h.
Referenced by init_df3_two_variable::init_df3_two_variable(), and df1b2variable::operator=().
double df3_two_variable::v[10] [private] |
Definition at line 57 of file df32fun.h.
Referenced by df3_two_variable(), get_u(), get_u_x(), get_u_xx(), get_u_xxx(), get_u_xxy(), get_u_xy(), get_u_xyy(), get_u_y(), get_u_yy(), get_u_yyy(), and init_df3_two_variable::init_df3_two_variable().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |