ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df13fun.h>
Public Member Functions | |
df1_three_vector (int min, int max) | |
Description not yet available. More... | |
df1_three_vector (void) | |
Description not yet available. More... | |
df1_three_vector (const df1_three_vector &m2) | |
Copy constructor. More... | |
~df1_three_vector () | |
Destructor. More... | |
void | allocate (void) |
Description not yet available. More... | |
void | allocate (int min, int max) |
Allocate vector of df1_three_variable with dimension [min to max]. More... | |
void | deallocate (void) |
Deallocate df1_three_vector, then set as empty. More... | |
int | indexmax (void) const |
int | indexmin (void) const |
void | initialize (void) |
Description not yet available. More... | |
df1_three_variable & | operator() (int i) const |
df1_three_variable & | operator[] (int i) const |
Private Attributes | |
int | index_max |
int | index_min |
vector_shapex * | shape |
df1_three_variable * | v |
df1_three_vector::df1_three_vector | ( | int | min, |
int | max | ||
) |
df1_three_vector::df1_three_vector | ( | void | ) |
df1_three_vector::~df1_three_vector | ( | ) |
Destructor.
Definition at line 63 of file df13fun.cpp.
df1_three_vector::df1_three_vector | ( | const df1_three_vector & | m2 | ) |
Copy constructor.
Definition at line 50 of file df13fun.cpp.
void df1_three_vector::allocate | ( | void | ) |
Description not yet available.
Definition at line 164 of file df13fun.cpp.
Referenced by deallocate(), df1_three_matrix::df1_three_matrix(), and df1_three_vector().
void df1_three_vector::allocate | ( | int | min, |
int | max | ||
) |
Allocate vector of df1_three_variable with dimension [min to max].
min | lower vector index |
max | upper vector index |
Definition at line 141 of file df13fun.cpp.
void df1_three_vector::deallocate | ( | void | ) |
Deallocate df1_three_vector, then set as empty.
Definition at line 68 of file df13fun.cpp.
Referenced by ~df1_three_vector().
|
inline |
Definition at line 110 of file df13fun.h.
Referenced by initialize(), and value().
|
inline |
Definition at line 109 of file df13fun.h.
Referenced by initialize(), and value().
void df1_three_vector::initialize | ( | void | ) |
|
inline |
|
inline |
|
private |
Definition at line 105 of file df13fun.h.
Referenced by allocate(), df1_three_vector(), and indexmax().
|
private |
Definition at line 104 of file df13fun.h.
Referenced by allocate(), df1_three_vector(), and indexmin().
|
private |
Definition at line 106 of file df13fun.h.
Referenced by allocate(), deallocate(), and df1_three_vector().
|
private |
Definition at line 107 of file df13fun.h.
Referenced by allocate(), deallocate(), df1_three_vector(), operator()(), and operator[]().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |