Description not yet available. More...
#include <df1b2fun.h>
Public Member Functions | |
| init_df1b2vector (int lib, int ub) | |
| Constructs vector with range lb to ub. | |
| init_df1b2vector (void) | |
| Default constructor. | |
| init_df1b2vector (const init_df1b2vector &v) | |
| Copy constructor. | |
| ~init_df1b2vector () | |
| Destructor. | |
| void | allocate (int lib, int ub) |
| Description not yet available. | |
| void | allocate (void) |
| Do not allocate, but just initialize class members. | |
| void | deallocate (void) |
| Similar to destructor. | |
| int | indexmax (void) const |
| int | indexmin (void) const |
| init_df1b2variable & | operator() (int i) |
| init_df1b2variable & | operator[] (int i) |
| void | reallocate (void) |
| Description not yet available. | |
| void | set_value (const dvector &) |
| Description not yet available. | |
Private Attributes | |
| int | index_max |
| int | index_min |
| int * | ncopies |
| init_df1b2variable * | ptr |
| init_df1b2variable * | trueptr |
| init_df1b2vector::init_df1b2vector | ( | int | lib, |
| int | ub | ||
| ) |
Constructs vector with range lb to ub.
Definition at line 344 of file df1b2fn2.cpp.
| init_df1b2vector::init_df1b2vector | ( | void | ) |
Default constructor.
Definition at line 337 of file df1b2fn2.cpp.
| init_df1b2vector::init_df1b2vector | ( | const init_df1b2vector & | v | ) |
Copy constructor.
Definition at line 458 of file df1b2fn2.cpp.
Destructor.
Definition at line 419 of file df1b2fn2.cpp.
| void init_df1b2vector::allocate | ( | int | lb, |
| int | ub | ||
| ) |
Description not yet available.
Definition at line 353 of file df1b2fn2.cpp.
Referenced by laplace_approximation_calculator::laplace_approximation_calculator().
| void init_df1b2vector::allocate | ( | void | ) |
Do not allocate, but just initialize class members.
Definition at line 407 of file df1b2fn2.cpp.
Referenced by init_df1b2vector().
| void init_df1b2vector::deallocate | ( | void | ) |
Similar to destructor.
Definition at line 440 of file df1b2fn2.cpp.
| int init_df1b2vector::indexmax | ( | void | ) | const [inline] |
Definition at line 376 of file df1b2fun.h.
Referenced by allocate(), funnel_init_var::allocate_all(), reallocate(), laplace_approximation_calculator::set_u_dot(), and set_value().
| int init_df1b2vector::indexmin | ( | void | ) | const [inline] |
Definition at line 375 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().
| init_df1b2variable& init_df1b2vector::operator() | ( | int | i | ) | [inline] |
Definition at line 379 of file df1b2fun.h.
| init_df1b2variable& init_df1b2vector::operator[] | ( | int | i | ) | [inline] |
Definition at line 380 of file df1b2fun.h.
| void init_df1b2vector::reallocate | ( | void | ) |
| void init_df1b2vector::set_value | ( | const dvector & | v | ) |
int init_df1b2vector::index_max [private] |
Definition at line 363 of file df1b2fun.h.
Referenced by allocate(), indexmax(), and init_df1b2vector().
int init_df1b2vector::index_min [private] |
Definition at line 362 of file df1b2fun.h.
Referenced by allocate(), indexmin(), and init_df1b2vector().
int* init_df1b2vector::ncopies [private] |
Definition at line 364 of file df1b2fun.h.
Referenced by allocate(), deallocate(), init_df1b2vector(), and ~init_df1b2vector().
init_df1b2variable* init_df1b2vector::ptr [private] |
Definition at line 366 of file df1b2fun.h.
Referenced by allocate(), init_df1b2vector(), operator()(), operator[](), and reallocate().
init_df1b2variable* init_df1b2vector::trueptr [private] |
Definition at line 365 of file df1b2fun.h.
Referenced by allocate(), deallocate(), init_df1b2vector(), and ~init_df1b2vector().
|
|
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0
|