ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df33fun.h>
Public Member Functions | |
df3_three_vector () | |
Default constructor. More... | |
df3_three_vector (const df3_three_vector &m2) | |
Copy constructor. More... | |
df3_three_vector (int min, int max) | |
Constructs df3_three_vector with dimensions min to max. More... | |
~df3_three_vector () | |
Destructor. More... | |
void | allocate () |
Does not allocate, but initializes member variables and pointers to NULL. More... | |
void | allocate (int min, int max) |
Allocate vector of df3_three_variable with dimension [min to max]. More... | |
void | deallocate () |
Free allocated memory. More... | |
int | indexmax () const |
int | indexmin () const |
void | initialize () |
Description not yet available. More... | |
df3_three_variable & | operator() (int i) const |
df3_three_variable & | operator[] (int i) const |
Private Attributes | |
int | index_max |
int | index_min |
vector_shapex * | shape |
df3_three_variable * | v |
df3_three_vector::df3_three_vector | ( | ) |
Default constructor.
Definition at line 177 of file df33fun.cpp.
df3_three_vector::df3_three_vector | ( | const df3_three_vector & | m2 | ) |
Copy constructor.
Definition at line 33 of file df33fun.cpp.
df3_three_vector::df3_three_vector | ( | int | min, |
int | max | ||
) |
Constructs df3_three_vector with dimensions min to max.
Definition at line 184 of file df33fun.cpp.
df3_three_vector::~df3_three_vector | ( | ) |
Destructor.
Definition at line 116 of file df33fun.cpp.
void df3_three_vector::allocate | ( | void | ) |
Does not allocate, but initializes member variables and pointers to NULL.
Definition at line 216 of file df33fun.cpp.
Referenced by df3_three_matrix::df3_three_matrix(), and df3_three_vector().
void df3_three_vector::allocate | ( | int | min, |
int | max | ||
) |
Allocate vector of df3_three_variable with dimension [min to max].
min | lower index |
max | upper index |
Definition at line 195 of file df33fun.cpp.
void df3_three_vector::deallocate | ( | void | ) |
Free allocated memory.
Definition at line 123 of file df33fun.cpp.
Referenced by ~df3_three_vector().
|
inline |
Definition at line 135 of file df33fun.h.
Referenced by initialize(), and value().
|
inline |
Definition at line 134 of file df33fun.h.
Referenced by initialize(), and value().
void df3_three_vector::initialize | ( | void | ) |
|
inline |
|
inline |
|
private |
Definition at line 124 of file df33fun.h.
Referenced by allocate(), deallocate(), df3_three_vector(), and indexmax().
|
private |
Definition at line 123 of file df33fun.h.
Referenced by allocate(), deallocate(), df3_three_vector(), and indexmin().
|
private |
Definition at line 125 of file df33fun.h.
Referenced by allocate(), deallocate(), and df3_three_vector().
|
private |
Definition at line 126 of file df33fun.h.
Referenced by allocate(), deallocate(), df3_three_vector(), operator()(), and operator[]().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |