ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df1b2fun.h>
Public Member Functions | |
init_df1b2vector (int lib, int ub) | |
Constructs vector with range lb to ub. More... | |
init_df1b2vector (void) | |
Default constructor. More... | |
init_df1b2vector (const init_df1b2vector &v) | |
Copy constructor. More... | |
~init_df1b2vector () | |
Destructor. More... | |
void | allocate (int lib, int ub) |
void | allocate (void) |
Do not allocate, but just initialize class members. More... | |
void | deallocate (void) |
Similar to destructor. More... | |
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. More... | |
void | set_value (const dvector &) |
Description not yet available. More... | |
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 454 of file df1b2fn2.cpp.
init_df1b2vector::~init_df1b2vector | ( | ) |
Destructor.
Definition at line 415 of file df1b2fn2.cpp.
void init_df1b2vector::allocate | ( | int | lib, |
int | ub | ||
) |
Definition at line 351 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 403 of file df1b2fn2.cpp.
Referenced by init_df1b2vector().
void init_df1b2vector::deallocate | ( | void | ) |
Similar to destructor.
Definition at line 436 of file df1b2fn2.cpp.
|
inline |
Definition at line 389 of file df1b2fun.h.
Referenced by allocate(), funnel_init_var::allocate_all(), reallocate(), laplace_approximation_calculator::set_u_dot(), and set_value().
|
inline |
Definition at line 388 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().
|
inline |
Definition at line 392 of file df1b2fun.h.
|
inline |
Definition at line 393 of file df1b2fun.h.
void init_df1b2vector::reallocate | ( | void | ) |
void init_df1b2vector::set_value | ( | const dvector & | v | ) |
|
private |
Definition at line 376 of file df1b2fun.h.
Referenced by allocate(), indexmax(), and init_df1b2vector().
|
private |
Definition at line 375 of file df1b2fun.h.
Referenced by allocate(), indexmin(), and init_df1b2vector().
|
private |
Definition at line 377 of file df1b2fun.h.
Referenced by allocate(), deallocate(), init_df1b2vector(), and ~init_df1b2vector().
|
private |
Definition at line 379 of file df1b2fun.h.
Referenced by allocate(), init_df1b2vector(), operator()(), operator[](), and reallocate().
|
private |
Definition at line 378 of file df1b2fun.h.
Referenced by allocate(), deallocate(), init_df1b2vector(), and ~init_df1b2vector().
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5 |