Description not yet available. More...
#include <df13fun.h>
Public Member Functions | |
df1_three_variable (void) | |
Default constructor. | |
df1_three_variable (const df1_three_variable &) | |
Copy constructor. | |
double * | get_u (void) const |
double * | get_u_x (void) const |
double * | get_u_y (void) const |
double * | get_u_z (void) const |
void | initialize (void) |
Description not yet available. | |
df1_three_variable & | my_diveq (const df1_three_variable &v) |
Description not yet available. | |
df1_three_variable & | operator*= (const df1_three_variable &v) |
Description not yet available. | |
df1_three_variable & | operator*= (double v) |
Description not yet available. | |
df1_three_variable & | operator+= (const df1_three_variable &v) |
Description not yet available. | |
df1_three_variable & | operator+= (double v) |
Description not yet available. | |
df1_three_variable & | operator-= (const df1_three_variable &v) |
Description not yet available. | |
df1_three_variable & | operator-= (double v) |
Description not yet available. | |
df1_three_variable & | operator/= (const df1_three_variable &v) |
Description not yet available. | |
df1_three_variable & | operator/= (double v) |
Description not yet available. | |
df1_three_variable & | operator= (const df1_three_variable &v) |
Description not yet available. | |
df1_three_variable & | operator= (double v) |
Description not yet available. | |
Static Public Attributes | |
static prevariable * | ind_var [] |
static int | num_ind_var = 0 |
Private Attributes | |
double | v [4] |
Default constructor.
Definition at line 33 of file df13fun.cpp.
df1_three_variable::df1_three_variable | ( | const df1_three_variable & | x | ) |
Copy constructor.
Definition at line 40 of file df13fun.cpp.
double* df1_three_variable::get_u | ( | void | ) | const [inline] |
Definition at line 62 of file df13fun.h.
Referenced by atan(), exp(), init_df1_three_variable::init_df1_three_variable(), inv(), log(), my_diveq(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/=(), operator=(), dvariable::operator=(), set_derivatives(), sin(), sqrt(), square(), tan(), and value().
double* df1_three_variable::get_u_x | ( | void | ) | const [inline] |
Definition at line 63 of file df13fun.h.
Referenced by init_df1_three_variable::init_df1_three_variable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/=(), operator=(), dvariable::operator=(), and set_derivatives().
double* df1_three_variable::get_u_y | ( | void | ) | const [inline] |
Definition at line 64 of file df13fun.h.
Referenced by init_df1_three_variable::init_df1_three_variable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/=(), operator=(), dvariable::operator=(), and set_derivatives().
double* df1_three_variable::get_u_z | ( | void | ) | const [inline] |
Definition at line 65 of file df13fun.h.
Referenced by init_df1_three_variable::init_df1_three_variable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/=(), operator=(), dvariable::operator=(), and set_derivatives().
void df1_three_variable::initialize | ( | void | ) |
Description not yet available.
Definition at line 23 of file df13fun.cpp.
Referenced by df1_three_variable().
df1_three_variable & df1_three_variable::my_diveq | ( | const df1_three_variable & | y | ) |
df1_three_variable & df1_three_variable::operator*= | ( | const df1_three_variable & | y | ) |
df1_three_variable & df1_three_variable::operator*= | ( | double | _v | ) |
df1_three_variable & df1_three_variable::operator+= | ( | const df1_three_variable & | _v | ) |
df1_three_variable & df1_three_variable::operator+= | ( | double | _v | ) |
df1_three_variable & df1_three_variable::operator-= | ( | const df1_three_variable & | _v | ) |
df1_three_variable & df1_three_variable::operator-= | ( | double | _v | ) |
df1_three_variable & df1_three_variable::operator/= | ( | const df1_three_variable & | y | ) |
df1_three_variable & df1_three_variable::operator/= | ( | double | y | ) |
df1_three_variable & df1_three_variable::operator= | ( | const df1_three_variable & | x | ) |
df1_three_variable & df1_three_variable::operator= | ( | double | x | ) |
prevariable * df1_three_variable::ind_var [static] |
Definition at line 60 of file df13fun.h.
Referenced by init_df1_three_variable::init_df1_three_variable().
int df1_three_variable::num_ind_var = 0 [static] |
Definition at line 61 of file df13fun.h.
Referenced by init_df1_three_variable::deallocate(), and init_df1_three_variable::init_df1_three_variable().
double df1_three_variable::v[4] [private] |
Definition at line 58 of file df13fun.h.
Referenced by df1_three_variable(), get_u(), get_u_x(), get_u_y(), get_u_z(), init_df1_three_variable::init_df1_three_variable(), and initialize().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |