Description not yet available. More...
#include <df33fun.h>
Public Member Functions | |
df3_three_variable () | |
Default constructor. | |
df3_three_variable (const df3_three_variable &) | |
Copy constructor. | |
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. | |
df3_three_variable & | operator*= (const df3_three_variable &v) |
Multiply values in v to df3_three_variable which calls set_derivatives. | |
df3_three_variable & | operator*= (double v) |
Multiply value v to the values of df3_three_variable. | |
df3_three_variable & | operator+= (const df3_three_variable &v) |
Add values of v to df3_three_variable. | |
df3_three_variable & | operator+= (double v) |
Add value _v to only df3_three_variable u. | |
df3_three_variable & | operator-= (const df3_three_variable &v) |
Subtract values from _v in df3_three_variable. | |
df3_three_variable & | operator-= (double v) |
Subtract value _v from only u in df3_three_variable. | |
df3_three_variable & | operator/= (const df3_three_variable &v) |
Divide values in v to df3_three_variable which calls set_derivatives. | |
df3_three_variable & | operator= (const df3_three_variable &v) |
Assignment operator sets values from _v to df3_three_variable. | |
df3_three_variable & | operator= (double v) |
Assigns x to u in df3_three_variable, then zeros the other values. | |
Static Public Attributes | |
static df1b2variable * | ind_var [] |
static int | num_ind_var = 0 |
static int | num_local_ind_var = 0 |
Private Attributes | |
double | v [20] |
Default constructor.
Definition at line 16 of file df33fun.cpp.
df3_three_variable::df3_three_variable | ( | const df3_three_variable & | x | ) |
Copy constructor.
Definition at line 26 of file df33fun.cpp.
double* df3_three_variable::get_u | ( | void | ) | const [inline] |
Definition at line 64 of file df33fun.h.
Referenced by atan(), exp(), fabs(), init_df3_three_variable::init_df3_three_variable(), inv(), log(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), set_derivatives(), sin(), sqrt(), square(), tan(), and value().
double* df3_three_variable::get_u_x | ( | void | ) | const [inline] |
Definition at line 65 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_three_variable::get_u_xx | ( | void | ) | const [inline] |
Definition at line 68 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_three_variable::get_u_xxx | ( | void | ) | const [inline] |
Definition at line 74 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_three_variable::get_u_xxy | ( | void | ) | const [inline] |
Definition at line 75 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_three_variable::get_u_xxz | ( | ) | const [inline] |
Definition at line 76 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_three_variable::get_u_xy | ( | void | ) | const [inline] |
Definition at line 69 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_three_variable::get_u_xyy | ( | void | ) | const [inline] |
Definition at line 77 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_three_variable::get_u_xyz | ( | ) | const [inline] |
Definition at line 78 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_three_variable::get_u_xz | ( | ) | const [inline] |
Definition at line 70 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_three_variable::get_u_xzz | ( | ) | const [inline] |
Definition at line 79 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_three_variable::get_u_y | ( | void | ) | const [inline] |
Definition at line 66 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_three_variable::get_u_yy | ( | void | ) | const [inline] |
Definition at line 71 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_three_variable::get_u_yyy | ( | void | ) | const [inline] |
Definition at line 80 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_three_variable::get_u_yyz | ( | ) | const [inline] |
Definition at line 81 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_three_variable::get_u_yz | ( | ) | const [inline] |
Definition at line 72 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_three_variable::get_u_yzz | ( | ) | const [inline] |
Definition at line 82 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_three_variable::get_u_z | ( | void | ) | const [inline] |
Definition at line 67 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_three_variable::get_u_zz | ( | ) | const [inline] |
Definition at line 73 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
double* df3_three_variable::get_u_zzz | ( | ) | const [inline] |
Definition at line 83 of file df33fun.h.
Referenced by fabs(), init_df3_three_variable::init_df3_three_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), df1b2variable::operator=(), and set_derivatives().
void df3_three_variable::initialize | ( | void | ) |
Intialize values in v to zero.
Definition at line 106 of file df33fun.cpp.
df3_three_variable & df3_three_variable::operator*= | ( | const df3_three_variable & | v | ) |
Multiply values in v to df3_three_variable which calls set_derivatives.
Definition at line 455 of file df33fun.cpp.
df3_three_variable & df3_three_variable::operator*= | ( | double | v | ) |
Multiply value v to the values of df3_three_variable.
Definition at line 428 of file df33fun.cpp.
df3_three_variable & df3_three_variable::operator+= | ( | const df3_three_variable & | v | ) |
Add values of v to df3_three_variable.
Definition at line 401 of file df33fun.cpp.
df3_three_variable & df3_three_variable::operator+= | ( | double | _v | ) |
Add value _v to only df3_three_variable u.
All other values unchanged.
Definition at line 473 of file df33fun.cpp.
df3_three_variable & df3_three_variable::operator-= | ( | const df3_three_variable & | v | ) |
Subtract values from _v in df3_three_variable.
Definition at line 334 of file df33fun.cpp.
df3_three_variable & df3_three_variable::operator-= | ( | double | _v | ) |
Subtract value _v from only u in df3_three_variable.
All other values are unchanged.
Definition at line 361 of file df33fun.cpp.
df3_three_variable & df3_three_variable::operator/= | ( | const df3_three_variable & | v | ) |
Divide values in v to df3_three_variable which calls set_derivatives.
Definition at line 464 of file df33fun.cpp.
df3_three_variable & df3_three_variable::operator= | ( | const df3_three_variable & | v | ) |
Assignment operator sets values from _v to df3_three_variable.
Definition at line 963 of file df33fun.cpp.
df3_three_variable & df3_three_variable::operator= | ( | double | v | ) |
Assigns x to u in df3_three_variable, then zeros the other values.
Definition at line 991 of file df33fun.cpp.
df1b2variable * df3_three_variable::ind_var [static] |
Definition at line 57 of file df33fun.h.
Referenced by init_df3_three_variable::init_df3_three_variable().
int df3_three_variable::num_ind_var = 0 [static] |
Definition at line 58 of file df33fun.h.
Referenced by init_df3_three_variable::init_df3_three_variable(), df1b2variable::operator=(), and init_df3_three_variable::~init_df3_three_variable().
int df3_three_variable::num_local_ind_var = 0 [static] |
Definition at line 59 of file df33fun.h.
Referenced by init_df3_three_variable::init_df3_three_variable(), and init_df3_three_variable::~init_df3_three_variable().
double df3_three_variable::v[20] [private] |
Definition at line 55 of file df33fun.h.
Referenced by df3_three_variable(), get_u(), get_u_x(), get_u_xx(), get_u_xxx(), get_u_xxy(), get_u_xxz(), get_u_xy(), get_u_xyy(), get_u_xyz(), get_u_xz(), get_u_xzz(), get_u_y(), get_u_yy(), get_u_yyy(), get_u_yyz(), get_u_yz(), get_u_yzz(), get_u_z(), get_u_zz(), get_u_zzz(), init_df3_three_variable::init_df3_three_variable(), initialize(), operator*=(), and operator/=().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |