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

Description not yet available. More...

#include <df32fun.h>

Public Member Functions

 df3_two_variable ()
 
 df3_two_variable (const df3_two_variable &)
 Copy constructor. More...
 
double * get_u (void) const
 
double * get_u_x (void) const
 
double * get_u_xx (void) const
 
double * get_u_xxx (void) const
 
double * get_u_xxy (void) const
 
double * get_u_xy (void) const
 
double * get_u_xyy (void) const
 
double * get_u_y (void) const
 
double * get_u_yy (void) const
 
double * get_u_yyy (void) const
 
df3_two_variableoperator*= (const df3_two_variable &v)
 Multiply df3_two_variable and v which calls set_derivatives. More...
 
df3_two_variableoperator*= (double v)
 Multiply value _v to value in df3_two_variable. More...
 
df3_two_variableoperator+= (const df3_two_variable &v)
 Add values from _v to df3_two_variable. More...
 
df3_two_variableoperator+= (double v)
 Add value _v to only df3_two_variable u with the rest of the values unchanged. More...
 
df3_two_variableoperator-= (double v)
 Subtract value _v from only df3_two_variable u with the rest of the values unchanged. More...
 
df3_two_variableoperator-= (const df3_two_variable &v)
 Subtract values in _v from df3_two_variable. More...
 
df3_two_variableoperator/= (const df3_two_variable &v)
 Description not yet available. More...
 
df3_two_variableoperator= (const df3_two_variable &v)
 Description not yet available. More...
 
df3_two_variableoperator= (double v)
 Description not yet available. More...
 

Static Public Attributes

static df1b2variableind_var []
 
static int num_ind_var = 0
 

Private Attributes

double v [10]
 

Detailed Description

Description not yet available.

Parameters

Definition at line 55 of file df32fun.h.

Constructor & Destructor Documentation

df3_two_variable::df3_two_variable ( void  )

Definition at line 1114 of file df32fun.cpp.

df3_two_variable::df3_two_variable ( const df3_two_variable x)

Copy constructor.

Definition at line 18 of file df32fun.cpp.

Member Function Documentation

double* df3_two_variable::get_u ( void  ) const
inline
double* df3_two_variable::get_u_x ( void  ) const
inline
double* df3_two_variable::get_u_xx ( void  ) const
inline
double* df3_two_variable::get_u_xxx ( void  ) const
inline
double* df3_two_variable::get_u_xxy ( void  ) const
inline
double* df3_two_variable::get_u_xy ( void  ) const
inline
double* df3_two_variable::get_u_xyy ( void  ) const
inline
double* df3_two_variable::get_u_y ( void  ) const
inline
double* df3_two_variable::get_u_yy ( void  ) const
inline
double* df3_two_variable::get_u_yyy ( void  ) const
inline
df3_two_variable & df3_two_variable::operator*= ( const df3_two_variable v)

Multiply df3_two_variable and v which calls set_derivatives.

Definition at line 340 of file df32fun.cpp.

df3_two_variable & df3_two_variable::operator*= ( double  v)

Multiply value _v to value in df3_two_variable.

Definition at line 349 of file df32fun.cpp.

df3_two_variable & df3_two_variable::operator+= ( const df3_two_variable v)

Add values from _v to df3_two_variable.

Definition at line 305 of file df32fun.cpp.

df3_two_variable & df3_two_variable::operator+= ( double  v)

Add value _v to only df3_two_variable u with the rest of the values unchanged.

Definition at line 323 of file df32fun.cpp.

df3_two_variable & df3_two_variable::operator-= ( double  v)

Subtract value _v from only df3_two_variable u with the rest of the values unchanged.

Definition at line 332 of file df32fun.cpp.

df3_two_variable & df3_two_variable::operator-= ( const df3_two_variable v)

Subtract values in _v from df3_two_variable.

Definition at line 265 of file df32fun.cpp.

df3_two_variable & df3_two_variable::operator/= ( const df3_two_variable y)

Description not yet available.

Parameters

Definition at line 369 of file df32fun.cpp.

df3_two_variable & df3_two_variable::operator= ( const df3_two_variable x)

Description not yet available.

Parameters

Definition at line 784 of file df32fun.cpp.

df3_two_variable & df3_two_variable::operator= ( double  x)

Description not yet available.

Parameters

Definition at line 803 of file df32fun.cpp.

Member Data Documentation

df1b2variable * df3_two_variable::ind_var
static

Definition at line 60 of file df32fun.h.

Referenced by init_df3_two_variable::init_df3_two_variable().

int df3_two_variable::num_ind_var = 0
static
double df3_two_variable::v[10]
private

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