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

#include <df3fun.h>

Public Member Functions

 df3_one_vector (int min, int max)
 df3_one_vector (void)
 df3_one_vector (const df3_one_vector &m2)
 Copy constructor.
 ~df3_one_vector ()
 Destructor.
void allocate (void)
void allocate (int min, int max)
void deallocate (void)
int indexmax (void) const
int indexmin (void) const
void initialize (void)
df3_one_variableoperator() (int i) const
df3_one_variableoperator[] (int i) const

Private Attributes

int index_max
int index_min
vector_shapexshape
df3_one_variablev

Detailed Description

Definition at line 80 of file df3fun.h.


Constructor & Destructor Documentation

df3_one_vector::df3_one_vector ( int  min,
int  max 
)

Definition at line 136 of file df3fun.cpp.

Definition at line 131 of file df3fun.cpp.

Destructor.

Definition at line 49 of file df3fun.cpp.

Copy constructor.

Definition at line 35 of file df3fun.cpp.


Member Function Documentation

void df3_one_vector::allocate ( void  )

Definition at line 160 of file df3fun.cpp.

Referenced by df3_one_matrix::df3_one_matrix(), and df3_one_vector().

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

Definition at line 141 of file df3fun.cpp.

void df3_one_vector::deallocate ( void  )

Definition at line 54 of file df3fun.cpp.

Referenced by ~df3_one_vector().

int df3_one_vector::indexmax ( void  ) const [inline]
int df3_one_vector::indexmin ( void  ) const [inline]
void df3_one_vector::initialize ( void  )

Definition at line 121 of file df3fun.cpp.

df3_one_variable& df3_one_vector::operator() ( int  i) const [inline]

Definition at line 93 of file df3fun.h.

df3_one_variable& df3_one_vector::operator[] ( int  i) const [inline]

Definition at line 97 of file df3fun.h.


Member Data Documentation

Definition at line 83 of file df3fun.h.

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

Definition at line 82 of file df3fun.h.

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

Definition at line 84 of file df3fun.h.

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

Definition at line 85 of file df3fun.h.

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

List of all members.


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