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_variable & | operator() (int i) const |
df1_two_variable & | operator[] (int i) const |
Private Attributes | |
int | index_max |
int | index_min |
vector_shapex * | shape |
df1_two_variable * | v |
df1_two_vector::df1_two_vector | ( | int | min, |
int | max | ||
) |
df1_two_vector::df1_two_vector | ( | void | ) |
Destructor.
Definition at line 55 of file df12fun.cpp.
df1_two_vector::df1_two_vector | ( | const df1_two_vector & | m2 | ) |
Copy constructor.
Definition at line 41 of file df12fun.cpp.
void df1_two_vector::allocate | ( | void | ) |
Description not yet available.
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 | ||
) |
void df1_two_vector::deallocate | ( | void | ) |
Description not yet available.
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 | ) |
df1_two_variable& df1_two_vector::operator() | ( | int | i | ) | const [inline] |
df1_two_variable& df1_two_vector::operator[] | ( | int | i | ) | const [inline] |
int df1_two_vector::index_max [private] |
Definition at line 98 of file df12fun.h.
Referenced by allocate(), df1_two_vector(), and indexmax().
int df1_two_vector::index_min [private] |
Definition at line 97 of file df12fun.h.
Referenced by allocate(), df1_two_vector(), and indexmin().
vector_shapex* df1_two_vector::shape [private] |
Definition at line 99 of file df12fun.h.
Referenced by allocate(), deallocate(), and df1_two_vector().
df1_two_variable* df1_two_vector::v [private] |
Definition at line 100 of file df12fun.h.
Referenced by allocate(), deallocate(), df1_two_vector(), operator()(), and operator[]().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |