ADMB Documentation
-a65f1c97
|
#include <df11fun.h>
Public Member Functions | |
init_df1_one_variable (const prevariable &) | |
Construct init_df1_one_variable with _var. More... | |
init_df1_one_variable (double) | |
~init_df1_one_variable () | |
Destructor. More... | |
void | deallocate (void) |
Resets num_ind_var count to zero. More... | |
Public Member Functions inherited from df1_one_variable | |
df1_one_variable (void) | |
Default constructor. More... | |
df1_one_variable (const df1_one_variable &) | |
Copy constructor. More... | |
double * | get_u (void) const |
double * | get_u_x (void) const |
double * | get_udot (void) const |
df1_one_variable & | operator*= (const df1_one_variable &v) |
df1_one_variable & | operator+= (const df1_one_variable &v) |
df1_one_variable & | operator+= (double v) |
df1_one_variable & | operator-= (const df1_one_variable &v) |
df1_one_variable & | operator-= (double v) |
df1_one_variable & | operator/= (const df1_one_variable &v) |
df1_one_variable & | operator= (const df1_one_variable &v) |
df1_one_variable & | operator= (double v) |
Additional Inherited Members | |
Static Public Attributes inherited from df1_one_variable | |
static prevariable * | ind_var [] = { NULL } |
static int | num_ind_var = 0 |
init_df1_one_variable::~init_df1_one_variable | ( | ) |
Destructor.
Definition at line 558 of file df11fun.cpp.
init_df1_one_variable::init_df1_one_variable | ( | const prevariable & | _var | ) |
Construct init_df1_one_variable with _var.
_var | sets u. |
Definition at line 575 of file df11fun.cpp.
init_df1_one_variable::init_df1_one_variable | ( | double | v | ) |
Definition at line 600 of file df11fun.cpp.
void init_df1_one_variable::deallocate | ( | void | ) |
Resets num_ind_var count to zero.
Definition at line 565 of file df11fun.cpp.
Referenced by ~init_df1_one_variable().
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5 |