ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
init_df3_three_variable Class Reference

Description not yet available. More...

#include <df33fun.h>

Public Member Functions

 init_df3_three_variable (const df1b2variable &)
 Construct init_df3_three_variable from df1b2variable. More...
 
 init_df3_three_variable (double)
 Description not yet available. More...
 
 ~init_df3_three_variable ()
 Destructor. More...
 
- Public Member Functions inherited from df3_three_variable
 df3_three_variable ()
 Default constructor. More...
 
 df3_three_variable (const df3_three_variable &)
 Copy constructor. More...
 
double * get_u () const
 
double * get_u_x () const
 
double * get_u_xx () const
 
double * get_u_xxx () const
 
double * get_u_xxy () const
 
double * get_u_xxz () const
 
double * get_u_xy () const
 
double * get_u_xyy () const
 
double * get_u_xyz () const
 
double * get_u_xz () const
 
double * get_u_xzz () const
 
double * get_u_y () const
 
double * get_u_yy () const
 
double * get_u_yyy () const
 
double * get_u_yyz () const
 
double * get_u_yz () const
 
double * get_u_yzz () const
 
double * get_u_z () const
 
double * get_u_zz () const
 
double * get_u_zzz () const
 
void initialize ()
 Intialize values in v to zero. More...
 
df3_three_variableoperator*= (const df3_three_variable &v)
 Multiply df3_three_variable by var, then call set_derivatives. More...
 
df3_three_variableoperator*= (double v)
 Multiply df3_three_variable by value. More...
 
df3_three_variableoperator+= (const df3_three_variable &v)
 Add values of v to df3_three_variable. More...
 
df3_three_variableoperator+= (double v)
 Add value value to only df3_three_variable u. More...
 
df3_three_variableoperator-= (const df3_three_variable &v)
 Subtract values from _v in df3_three_variable. More...
 
df3_three_variableoperator-= (double v)
 Subtract value _v from only u in df3_three_variable. More...
 
df3_three_variableoperator/= (const df3_three_variable &v)
 Divide df3_three_variable by var, then call set_derivatives. More...
 
df3_three_variableoperator= (const df3_three_variable &v)
 Assignment operator sets values from _v to df3_three_variable. More...
 
df3_three_variableoperator= (double v)
 Assigns x to u in df3_three_variable, then zeros the other values. More...
 

Additional Inherited Members

- Static Public Attributes inherited from df3_three_variable
static df1b2variableind_var []
 
static int num_ind_var =0
 
static int num_local_ind_var =0
 

Detailed Description

Description not yet available.

Parameters

Definition at line 109 of file df33fun.h.

Constructor & Destructor Documentation

init_df3_three_variable::init_df3_three_variable ( const df1b2variable _var)

Construct init_df3_three_variable from df1b2variable.

Parameters
_vardf1b2variable

Definition at line 1443 of file df33fun.cpp.

init_df3_three_variable::init_df3_three_variable ( double  v)

Description not yet available.

Parameters

Definition at line 1496 of file df33fun.cpp.

init_df3_three_variable::~init_df3_three_variable ( )

Destructor.

Definition at line 1425 of file df33fun.cpp.


The documentation for this class was generated from the following files: