Description not yet available. More...
#include <df1b2fun.h>
Public Member Functions | |
df1b2_init_bounded_number_vector () | |
Default constructor. | |
~df1b2_init_bounded_number_vector () | |
Description not yet available. | |
void | allocate (int min1, int max1, const double_index_type &bmin, const double_index_type &bmax, const char *s) |
Description not yet available. | |
void | allocate (int min1, int max1, const double_index_type &bmin, const double_index_type &bmax, const index_type &phase_start, const char *s) |
Description not yet available. | |
int | allocated (void) |
void | deallocate (void) |
Description not yet available. | |
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 |
Default constructor.
Definition at line 17 of file df1b2nv1.cpp.
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 | ||
) |
int df1b2_init_bounded_number_vector::allocated | ( | void | ) | [inline] |
Definition at line 1545 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().
int df1b2_init_bounded_number_vector::indexmax | ( | void | ) | [inline] |
Definition at line 1547 of file df1b2fun.h.
Referenced by allocate().
int df1b2_init_bounded_number_vector::indexmin | ( | void | ) | [inline] |
Definition at line 1546 of file df1b2fun.h.
Referenced by allocate(), and deallocate().
df1b2_init_bounded_number& df1b2_init_bounded_number_vector::operator() | ( | int | i | ) | [inline] |
Definition at line 1532 of file df1b2fun.h.
df1b2_init_bounded_number& df1b2_init_bounded_number_vector::operator[] | ( | int | i | ) | [inline] |
Definition at line 1531 of file df1b2fun.h.
int df1b2_init_bounded_number_vector::index_max [private] |
Definition at line 1524 of file df1b2fun.h.
Referenced by allocate(), and indexmax().
int df1b2_init_bounded_number_vector::index_min [private] |
Definition at line 1523 of file df1b2fun.h.
Referenced by allocate(), and indexmin().
Definition at line 1525 of file df1b2fun.h.
Referenced by deallocate().
Definition at line 1522 of file df1b2fun.h.
Referenced by allocate(), allocated(), deallocate(), operator()(), and operator[]().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |