Description not yet available. More...
#include <df12fun.h>
Public Member Functions | |
df1_two_variable () | |
Default constructor. | |
df1_two_variable (const df1_two_variable &) | |
Copy constructor. | |
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. | |
df1_two_variable & | operator*= (const df1_two_variable &v) |
Description not yet available. | |
df1_two_variable & | operator+= (const df1_two_variable &v) |
Description not yet available. | |
df1_two_variable & | operator+= (double v) |
Description not yet available. | |
df1_two_variable & | operator-= (const df1_two_variable &v) |
Description not yet available. | |
df1_two_variable & | operator-= (double v) |
Description not yet available. | |
df1_two_variable & | operator/= (const df1_two_variable &v) |
Description not yet available. | |
df1_two_variable & | operator= (const df1_two_variable &v) |
Description not yet available. | |
df1_two_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 [3] |
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.
double* df1_two_variable::get_u | ( | void | ) | const [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().
double* df1_two_variable::get_u_x | ( | void | ) | const [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().
double* df1_two_variable::get_u_y | ( | ) | const [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 339 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 | ) |
prevariable * df1_two_variable::ind_var [static] |
Definition at line 58 of file df12fun.h.
Referenced by init_df1_two_variable::init_df1_two_variable().
int df1_two_variable::num_ind_var = 0 [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().
double df1_two_variable::v[3] [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 Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |