Description not yet available. More...
#include <df1b2fun.h>
Public Member Functions | |
| void | deallocate (void) |
| Description not yet available. | |
| void | reallocate (void) |
| Description not yet available. | |
| void | allocate (int lib, int ub) |
| Description not yet available. | |
| void | allocate (void) |
| Description not yet available. | |
| init_df1b2vector (int lib, int ub) | |
| Description not yet available. | |
| init_df1b2vector (void) | |
| Description not yet available. | |
| init_df1b2vector (const init_df1b2vector &v) | |
| Description not yet available. | |
| int | indexmin (void) const |
| int | indexmax (void) const |
| init_df1b2variable & | operator() (int i) |
| Description not yet available. | |
| init_df1b2variable & | operator[] (int i) |
| Description not yet available. | |
| void | set_value (const dvector &) |
| Description not yet available. | |
| ~init_df1b2vector () | |
| Description not yet available. | |
Private Attributes | |
| int | index_min |
| int | index_max |
| int * | ncopies |
| init_df1b2variable * | trueptr |
| init_df1b2variable * | ptr |
| init_df1b2vector::init_df1b2vector | ( | int | lb, |
| int | ub | ||
| ) |
| init_df1b2vector::init_df1b2vector | ( | void | ) |
| init_df1b2vector::init_df1b2vector | ( | const init_df1b2vector & | v | ) |
| void init_df1b2vector::deallocate | ( | void | ) |
| void init_df1b2vector::reallocate | ( | void | ) |
| void init_df1b2vector::allocate | ( | int | lb, |
| int | ub | ||
| ) |
| void init_df1b2vector::allocate | ( | void | ) |
Description not yet available.
Definition at line 416 of file df1b2fn2.cpp.
Referenced by init_df1b2vector().
| int init_df1b2vector::indexmin | ( | void | ) | const [inline] |
Definition at line 361 of file df1b2fun.h.
Referenced by allocate(), laplace_approximation_calculator::do_separable_stuff_laplace_approximation_banded_adjoint(), reallocate(), laplace_approximation_calculator::set_u_dot(), and set_value().
| int init_df1b2vector::indexmax | ( | void | ) | const [inline] |
Definition at line 362 of file df1b2fun.h.
Referenced by allocate(), funnel_init_var::allocate_all(), local_init_var::allocate_all(), reallocate(), laplace_approximation_calculator::set_u_dot(), and set_value().
| init_df1b2variable & init_df1b2vector::operator() | ( | int | i | ) | [inline] |
| init_df1b2variable & init_df1b2vector::operator[] | ( | int | i | ) | [inline] |
| void init_df1b2vector::set_value | ( | const dvector & | v | ) |
int init_df1b2vector::index_min [private] |
Definition at line 348 of file df1b2fun.h.
Referenced by allocate(), indexmin(), and init_df1b2vector().
int init_df1b2vector::index_max [private] |
Definition at line 349 of file df1b2fun.h.
Referenced by allocate(), indexmax(), and init_df1b2vector().
int* init_df1b2vector::ncopies [private] |
Definition at line 350 of file df1b2fun.h.
Referenced by allocate(), deallocate(), init_df1b2vector(), and ~init_df1b2vector().
init_df1b2variable* init_df1b2vector::trueptr [private] |
Definition at line 351 of file df1b2fun.h.
Referenced by allocate(), deallocate(), init_df1b2vector(), and ~init_df1b2vector().
init_df1b2variable* init_df1b2vector::ptr [private] |
Definition at line 352 of file df1b2fun.h.
Referenced by allocate(), init_df1b2vector(), operator()(), operator[](), and reallocate().
|
|
Generated on Thu May 23 2013 08:53:46 for ADMB Documentation by 1.8.0
|