|
ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df13fun.h>
Public Member Functions | |
| df1_three_variable (void) | |
| Default constructor. More... | |
| df1_three_variable (const df1_three_variable &) | |
| Copy constructor. More... | |
| 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. More... | |
| df1_three_variable & | my_diveq (const df1_three_variable &v) |
| Description not yet available. More... | |
| df1_three_variable & | operator*= (const df1_three_variable &v) |
| Description not yet available. More... | |
| df1_three_variable & | operator*= (double v) |
| Description not yet available. More... | |
| df1_three_variable & | operator+= (const df1_three_variable &v) |
| Description not yet available. More... | |
| df1_three_variable & | operator+= (double v) |
| Description not yet available. More... | |
| df1_three_variable & | operator-= (const df1_three_variable &v) |
| Description not yet available. More... | |
| df1_three_variable & | operator-= (double v) |
| Description not yet available. More... | |
| df1_three_variable & | operator/= (const df1_three_variable &v) |
| Description not yet available. More... | |
| df1_three_variable & | operator/= (double v) |
| Description not yet available. More... | |
| df1_three_variable & | operator= (const df1_three_variable &v) |
| Description not yet available. More... | |
| df1_three_variable & | operator= (double v) |
| Description not yet available. More... | |
Static Public Attributes | |
| static prevariable * | ind_var [] |
| static int | num_ind_var =0 |
Private Attributes | |
| double | v [4] |
| df1_three_variable::df1_three_variable | ( | void | ) |
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.
|
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().
|
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().
|
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().
|
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 | ) |
|
static |
Definition at line 60 of file df13fun.h.
Referenced by init_df1_three_variable::init_df1_three_variable().
|
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().
|
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 Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5
|