ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df12fun.h>
Public Member Functions | |
df1_two_variable () | |
Default constructor. More... | |
df1_two_variable (const df1_two_variable &) | |
Copy constructor. More... | |
double * | get_u () const |
double * | get_u_x () const |
double * | get_u_y () const |
df1_two_variable & | operator*= (double v) |
Mulitiply value v with values in df1_two_variable. More... | |
df1_two_variable & | operator*= (const df1_two_variable &v) |
Description not yet available. More... | |
df1_two_variable & | operator+= (const df1_two_variable &v) |
Description not yet available. More... | |
df1_two_variable & | operator+= (double v) |
Description not yet available. More... | |
df1_two_variable & | operator-= (const df1_two_variable &v) |
Description not yet available. More... | |
df1_two_variable & | operator-= (double v) |
Description not yet available. More... | |
df1_two_variable & | operator/= (const df1_two_variable &v) |
Description not yet available. More... | |
df1_two_variable & | operator= (const df1_two_variable &v) |
Description not yet available. More... | |
df1_two_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 [3] |
df1_two_variable::df1_two_variable | ( | ) |
Default constructor.
Definition at line 22 of file df12fun.cpp.
df1_two_variable::df1_two_variable | ( | const df1_two_variable & | x | ) |
Copy constructor.
Definition at line 32 of file df12fun.cpp.
|
inline |
Definition at line 60 of file df12fun.h.
Referenced by atan(), exp(), init_df1_two_variable::init_df1_two_variable(), inv(), log(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/=(), operator=(), set_derivatives(), sin(), sqrt(), square(), tan(), and value().
|
inline |
Definition at line 61 of file df12fun.h.
Referenced by init_df1_two_variable::init_df1_two_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/=(), operator=(), and set_derivatives().
|
inline |
Definition at line 62 of file df12fun.h.
Referenced by init_df1_two_variable::init_df1_two_variable(), inv_cumd_beta_stable(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/=(), operator=(), and set_derivatives().
df1_two_variable & df1_two_variable::operator*= | ( | double | v | ) |
Mulitiply value v with values in df1_two_variable.
Definition at line 343 of file df12fun.cpp.
df1_two_variable & df1_two_variable::operator*= | ( | const df1_two_variable & | v | ) |
df1_two_variable & df1_two_variable::operator+= | ( | const df1_two_variable & | _v | ) |
df1_two_variable & df1_two_variable::operator+= | ( | double | _v | ) |
df1_two_variable & df1_two_variable::operator-= | ( | const df1_two_variable & | _v | ) |
df1_two_variable & df1_two_variable::operator-= | ( | double | _v | ) |
df1_two_variable & df1_two_variable::operator/= | ( | const df1_two_variable & | y | ) |
df1_two_variable & df1_two_variable::operator= | ( | const df1_two_variable & | x | ) |
df1_two_variable & df1_two_variable::operator= | ( | double | x | ) |
|
static |
Definition at line 58 of file df12fun.h.
Referenced by init_df1_two_variable::init_df1_two_variable().
|
static |
Definition at line 59 of file df12fun.h.
Referenced by init_df1_two_variable::deallocate(), and init_df1_two_variable::init_df1_two_variable().
|
private |
Definition at line 56 of file df12fun.h.
Referenced by df1_two_variable(), get_u(), get_u_x(), get_u_y(), init_df1_two_variable::init_df1_two_variable(), and operator*=().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |