|
ADMB Documentation
-a65f1c97
|
#include <df3fun.h>
Public Member Functions | |
| init_df3_one_variable (const df1b2variable &) | |
| Construct init_df3_one_variable from _var. More... | |
| init_df3_one_variable (double) | |
| Constructs init_df3_one_variable setting member u with value _u. More... | |
Public Member Functions inherited from df3_one_variable | |
| df3_one_variable () | |
| Default constructor. More... | |
| df3_one_variable (const df3_one_variable &) | |
| Copy constructor. More... | |
| double * | get_u (void) const |
| double * | get_udot (void) const |
| double * | get_udot2 (void) const |
| double * | get_udot3 (void) const |
| df3_one_variable & | operator*= (const df3_one_variable &v) |
| df3_one_variable & | operator+= (const df3_one_variable &v) |
| Subtract v values from df3_one_variable u, udot, udot2 and udot3. More... | |
| df3_one_variable & | operator-= (const df3_one_variable &v) |
| Subtract _v values from df3_one_variable u, udot, udot2 and udot3. More... | |
| df3_one_variable & | operator-= (double) |
| Subtract d from the value at u. More... | |
| df3_one_variable & | operator/= (const df3_one_variable &v) |
| df3_one_variable & | operator= (const df3_one_variable &v) |
| df3_one_variable & | operator= (double v) |
Additional Inherited Members | |
Static Public Attributes inherited from df3_one_variable | |
| static df1b2variable * | ind_var =0 |
| init_df3_one_variable::init_df3_one_variable | ( | const df1b2variable & | _var | ) |
Construct init_df3_one_variable from _var.
| _var | value for u. |
Definition at line 638 of file df3fun.cpp.
| init_df3_one_variable::init_df3_one_variable | ( | double | _u | ) |
Constructs init_df3_one_variable setting member u with value _u.
| _u | value for u |
Definition at line 659 of file df3fun.cpp.
|
|
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5
|