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
df1_two_variable Class Reference

Description not yet available. More...

#include <df12fun.h>

Public Member Functions

 df1_two_variable ()
 Default constructor. More...
 
 df1_two_variable (const df1_two_variable &)
 Copy constructor. More...
 
double * get_u () const
 
double * get_u_x () const
 
double * get_u_y () const
 
df1_two_variableoperator*= (double v)
 Mulitiply value v with values in df1_two_variable. More...
 
df1_two_variableoperator*= (const df1_two_variable &v)
 Description not yet available. More...
 
df1_two_variableoperator+= (const df1_two_variable &v)
 Description not yet available. More...
 
df1_two_variableoperator+= (double v)
 Description not yet available. More...
 
df1_two_variableoperator-= (const df1_two_variable &v)
 Description not yet available. More...
 
df1_two_variableoperator-= (double v)
 Description not yet available. More...
 
df1_two_variableoperator/= (const df1_two_variable &v)
 Description not yet available. More...
 
df1_two_variableoperator= (const df1_two_variable &v)
 Description not yet available. More...
 
df1_two_variableoperator= (double v)
 Description not yet available. More...
 

Static Public Attributes

static prevariableind_var []
 
static int num_ind_var =0
 

Private Attributes

double v [3]
 

Detailed Description

Description not yet available.

Parameters

Definition at line 54 of file df12fun.h.

Constructor & Destructor Documentation

df1_two_variable::df1_two_variable ( )

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.

Member Function Documentation

double* df1_two_variable::get_u ( void  ) const
inline
double* df1_two_variable::get_u_x ( void  ) const
inline
double* df1_two_variable::get_u_y ( ) const
inline
df1_two_variable & df1_two_variable::operator*= ( double  v)

Mulitiply value v with values in df1_two_variable.

Definition at line 343 of file df12fun.cpp.

df1_two_variable & df1_two_variable::operator*= ( const df1_two_variable v)

Description not yet available.

Parameters

Definition at line 360 of file df12fun.cpp.

df1_two_variable & df1_two_variable::operator+= ( const df1_two_variable _v)

Description not yet available.

Parameters

Definition at line 332 of file df12fun.cpp.

df1_two_variable & df1_two_variable::operator+= ( double  _v)

Description not yet available.

Parameters

Definition at line 371 of file df12fun.cpp.

df1_two_variable & df1_two_variable::operator-= ( const df1_two_variable _v)

Description not yet available.

Parameters

Definition at line 285 of file df12fun.cpp.

df1_two_variable & df1_two_variable::operator-= ( double  _v)

Description not yet available.

Parameters

Definition at line 382 of file df12fun.cpp.

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

Description not yet available.

Parameters

Definition at line 298 of file df12fun.cpp.

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

Description not yet available.

Parameters

Definition at line 569 of file df12fun.cpp.

df1_two_variable & df1_two_variable::operator= ( double  x)

Description not yet available.

Parameters

Definition at line 581 of file df12fun.cpp.

Member Data Documentation

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
double df1_two_variable::v[3]
private

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