ADMB Documentation
-a65f1c97
|
#include <df3fun.h>
Public Member Functions | |
df3_one_vector (int min, int max) | |
df3_one_vector (void) | |
Default constructor. More... | |
df3_one_vector (const df3_one_vector &m2) | |
Copy constructor. More... | |
~df3_one_vector () | |
Destructor. More... | |
void | allocate (void) |
Does NOT allocate, but initializes empty df3_one_vector. More... | |
void | allocate (int min, int max) |
Allocate vector of df3_one_variable with dimension [min to max]. More... | |
void | deallocate (void) |
Deallocate df3_one_vector, then set to empty. More... | |
int | indexmax (void) const |
int | indexmin (void) const |
void | initialize (void) |
df3_one_variable & | operator() (int i) const |
df3_one_variable & | operator[] (int i) const |
Private Attributes | |
int | index_max |
int | index_min |
vector_shapex * | shape |
df3_one_variable * | v |
df3_one_vector::df3_one_vector | ( | int | min, |
int | max | ||
) |
Definition at line 139 of file df3fun.cpp.
df3_one_vector::df3_one_vector | ( | void | ) |
Default constructor.
Definition at line 134 of file df3fun.cpp.
df3_one_vector::~df3_one_vector | ( | ) |
Destructor.
Definition at line 47 of file df3fun.cpp.
df3_one_vector::df3_one_vector | ( | const df3_one_vector & | m2 | ) |
Copy constructor.
Definition at line 35 of file df3fun.cpp.
void df3_one_vector::allocate | ( | void | ) |
Does NOT allocate, but initializes empty df3_one_vector.
Definition at line 172 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 | ||
) |
Allocate vector of df3_one_variable with dimension [min to max].
min | lower index |
max | upper index |
Definition at line 151 of file df3fun.cpp.
void df3_one_vector::deallocate | ( | void | ) |
Deallocate df3_one_vector, then set to empty.
Definition at line 52 of file df3fun.cpp.
Referenced by ~df3_one_vector().
|
inline |
Definition at line 88 of file df3fun.h.
Referenced by first_derivatives(), initialize(), df1b2vector::operator=(), second_derivatives(), third_derivatives(), and value().
|
inline |
Definition at line 87 of file df3fun.h.
Referenced by first_derivatives(), initialize(), df1b2vector::operator=(), second_derivatives(), third_derivatives(), and value().
void df3_one_vector::initialize | ( | void | ) |
Definition at line 121 of file df3fun.cpp.
|
inline |
|
inline |
|
private |
Definition at line 83 of file df3fun.h.
Referenced by allocate(), deallocate(), df3_one_vector(), and indexmax().
|
private |
Definition at line 82 of file df3fun.h.
Referenced by allocate(), deallocate(), df3_one_vector(), and indexmin().
|
private |
Definition at line 84 of file df3fun.h.
Referenced by allocate(), deallocate(), and df3_one_vector().
|
private |
Definition at line 85 of file df3fun.h.
Referenced by allocate(), deallocate(), df3_one_vector(), operator()(), and operator[]().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |