ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df1b2fun.h>
Public Member Functions | |
df1b2_init_bounded_number_vector () | |
Default constructor. More... | |
~df1b2_init_bounded_number_vector () | |
Description not yet available. More... | |
void | allocate (int min1, int max1, const double_index_type &bmin, const double_index_type &bmax, const char *s) |
Description not yet available. More... | |
void | allocate (int min1, int max1, const double_index_type &bmin, const double_index_type &bmax, const index_type &phase_start, const char *s) |
Allocate vector of df1b2_init_bounded number with dimension [min1 to max1] bounded by [bmin, bmax]. More... | |
int | allocated (void) |
void | deallocate (void) |
Description not yet available. More... | |
int | indexmax (void) |
int | indexmin (void) |
df1b2_init_bounded_number & | operator() (int i) |
df1b2_init_bounded_number & | operator[] (int i) |
Private Attributes | |
int | index_max |
int | index_min |
double_index_type * | it |
df1b2_init_bounded_number * | v |
df1b2_init_bounded_number_vector::df1b2_init_bounded_number_vector | ( | ) |
Default constructor.
Definition at line 17 of file df1b2nv1.cpp.
df1b2_init_bounded_number_vector::~df1b2_init_bounded_number_vector | ( | ) |
void df1b2_init_bounded_number_vector::allocate | ( | int | min1, |
int | max1, | ||
const double_index_type & | bmin, | ||
const double_index_type & | bmax, | ||
const char * | s | ||
) |
void df1b2_init_bounded_number_vector::allocate | ( | int | min1, |
int | max1, | ||
const double_index_type & | bmin, | ||
const double_index_type & | bmax, | ||
const index_type & | phase_start, | ||
const char * | s | ||
) |
Allocate vector of df1b2_init_bounded number with dimension [min1 to max1] bounded by [bmin, bmax].
min1 | lower vector index |
max1 | upper vector index |
bmin | lower bound |
bmax | upper bound |
phase_start | |
s |
Definition at line 105 of file df1b2nv1.cpp.
|
inline |
Definition at line 1573 of file df1b2fun.h.
void df1b2_init_bounded_number_vector::deallocate | ( | void | ) |
Description not yet available.
Definition at line 70 of file df1b2nv1.cpp.
Referenced by ~df1b2_init_bounded_number_vector().
|
inline |
Definition at line 1575 of file df1b2fun.h.
|
inline |
Definition at line 1574 of file df1b2fun.h.
Referenced by allocate(), and deallocate().
|
inline |
Definition at line 1560 of file df1b2fun.h.
|
inline |
Definition at line 1559 of file df1b2fun.h.
|
private |
Definition at line 1552 of file df1b2fun.h.
Referenced by allocate(), and indexmax().
|
private |
Definition at line 1551 of file df1b2fun.h.
Referenced by allocate(), and indexmin().
|
private |
Definition at line 1553 of file df1b2fun.h.
Referenced by deallocate().
|
private |
Definition at line 1550 of file df1b2fun.h.
Referenced by allocate(), allocated(), deallocate(), operator()(), and operator[]().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |