ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Public Member Functions | Private Attributes
df1_two_vector Class Reference

Description not yet available. More...

#include <df12fun.h>

Public Member Functions

 df1_two_vector (int min, int max)
 Description not yet available.
 df1_two_vector (void)
 Description not yet available.
 df1_two_vector (const df1_two_vector &m2)
 Copy constructor.
 ~df1_two_vector ()
 Destructor.
void allocate (void)
 Description not yet available.
void allocate (int min, int max)
 Description not yet available.
void deallocate (void)
 Description not yet available.
int indexmax (void) const
int indexmin (void) const
void initialize (void)
 Description not yet available.
df1_two_variableoperator() (int i) const
df1_two_variableoperator[] (int i) const

Private Attributes

int index_max
int index_min
vector_shapexshape
df1_two_variablev

Detailed Description

Description not yet available.

Parameters:

Definition at line 95 of file df12fun.h.


Constructor & Destructor Documentation

df1_two_vector::df1_two_vector ( int  min,
int  max 
)

Description not yet available.

Parameters:

Definition at line 126 of file df12fun.cpp.

Description not yet available.

Parameters:

Definition at line 117 of file df12fun.cpp.

Destructor.

Definition at line 55 of file df12fun.cpp.

Copy constructor.

Definition at line 41 of file df12fun.cpp.


Member Function Documentation

void df1_two_vector::allocate ( void  )

Description not yet available.

Parameters:

Definition at line 158 of file df12fun.cpp.

Referenced by df1_two_matrix::df1_two_matrix(), and df1_two_vector().

void df1_two_vector::allocate ( int  min,
int  max 
)

Description not yet available.

Parameters:

Definition at line 135 of file df12fun.cpp.

void df1_two_vector::deallocate ( void  )

Description not yet available.

Parameters:

Definition at line 64 of file df12fun.cpp.

Referenced by ~df1_two_vector().

int df1_two_vector::indexmax ( void  ) const [inline]

Definition at line 103 of file df12fun.h.

Referenced by initialize(), and value().

int df1_two_vector::indexmin ( void  ) const [inline]

Definition at line 102 of file df12fun.h.

Referenced by initialize(), and value().

void df1_two_vector::initialize ( void  )

Description not yet available.

Parameters:

Definition at line 103 of file df12fun.cpp.

df1_two_variable& df1_two_vector::operator() ( int  i) const [inline]

Definition at line 108 of file df12fun.h.

df1_two_variable& df1_two_vector::operator[] ( int  i) const [inline]

Definition at line 112 of file df12fun.h.


Member Data Documentation

Definition at line 98 of file df12fun.h.

Referenced by allocate(), df1_two_vector(), and indexmax().

Definition at line 97 of file df12fun.h.

Referenced by allocate(), df1_two_vector(), and indexmin().

Definition at line 99 of file df12fun.h.

Referenced by allocate(), deallocate(), and df1_two_vector().

Definition at line 100 of file df12fun.h.

Referenced by allocate(), deallocate(), df1_two_vector(), operator()(), and operator[]().

List of all members.


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