ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df32fun.h>
Public Member Functions | |
df3_two_vector (int min, int max) | |
Description not yet available. More... | |
df3_two_vector (void) | |
Default constructor. More... | |
df3_two_vector (const df3_two_vector &m2) | |
Description not yet available. More... | |
~df3_two_vector () | |
Destructor. More... | |
void | allocate (void) |
Does NOT allocate, but initializes empty df3_two_vector. More... | |
void | allocate (int min, int max) |
Allocate vector of df3_two_variable with dimension [min to max]. More... | |
void | deallocate (void) |
Deallocate df3_two_vector, then set to empty. More... | |
int | indexmax (void) const |
int | indexmin (void) const |
void | initialize (void) |
Initialize df3_two_vector to zero. More... | |
df3_two_variable & | operator() (int i) const |
df3_two_variable & | operator[] (int i) const |
Private Attributes | |
int | index_max |
int | index_min |
vector_shapex * | shape |
df3_two_variable * | v |
df3_two_vector::df3_two_vector | ( | int | min, |
int | max | ||
) |
df3_two_vector::df3_two_vector | ( | void | ) |
Default constructor.
Definition at line 103 of file df32fun.cpp.
df3_two_vector::~df3_two_vector | ( | ) |
Destructor.
Definition at line 49 of file df32fun.cpp.
df3_two_vector::df3_two_vector | ( | const df3_two_vector & | m2 | ) |
void df3_two_vector::allocate | ( | void | ) |
Does NOT allocate, but initializes empty df3_two_vector.
Definition at line 145 of file df32fun.cpp.
Referenced by deallocate(), df3_two_matrix::df3_two_matrix(), and df3_two_vector().
void df3_two_vector::allocate | ( | int | min, |
int | max | ||
) |
Allocate vector of df3_two_variable with dimension [min to max].
min | lower index |
max | upper index |
Definition at line 124 of file df32fun.cpp.
void df3_two_vector::deallocate | ( | void | ) |
Deallocate df3_two_vector, then set to empty.
Definition at line 54 of file df32fun.cpp.
Referenced by ~df3_two_vector().
|
inline |
Definition at line 152 of file df32fun.h.
Referenced by initialize(), df1b2vector::operator=(), and value().
|
inline |
Definition at line 148 of file df32fun.h.
Referenced by initialize(), df1b2vector::operator=(), and value().
void df3_two_vector::initialize | ( | void | ) |
Initialize df3_two_vector to zero.
Definition at line 91 of file df32fun.cpp.
|
inline |
|
inline |
|
private |
Definition at line 144 of file df32fun.h.
Referenced by allocate(), df3_two_vector(), and indexmax().
|
private |
Definition at line 143 of file df32fun.h.
Referenced by allocate(), df3_two_vector(), and indexmin().
|
private |
Definition at line 145 of file df32fun.h.
Referenced by allocate(), deallocate(), and df3_two_vector().
|
private |
Definition at line 146 of file df32fun.h.
Referenced by allocate(), deallocate(), df3_two_vector(), operator()(), and operator[]().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |