ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
shareinfo (const index_type &sf, const index_type &af) | |
~shareinfo () | |
index_type * | get_activeflags (void) |
i3_array & | get_bmap (void) |
int & | get_current_phase (void) |
int & | get_dimension (void) |
void | get_inv_matrix_shared (int _cf) |
void | get_inv_vector_shared (int _cf) |
index_type * | get_invflags (void) |
int & | get_maxshare (void) |
index_type * | get_original_shareflags (void) |
index_type * | get_shareflags (void) |
void | reset_bmap (const i3_array &af) |
void | reset_shareflags (const index_type &sf) |
void | set_activeflags (const index_type &af) |
void | set_bmap (const i3_array &af) |
void | set_invflags (const index_type &af) |
void | set_original_shareflags (const index_type &sf) |
void | set_shareflags (const index_type &sf) |
Private Attributes | |
index_type * | aflags |
i3_array * | bmap |
int | current_phase |
int | dimension |
index_type * | invflags |
int | maxshare |
index_type * | original_sflags |
index_type * | sflags |
shareinfo::shareinfo | ( | const index_type & | sf, |
const index_type & | af | ||
) |
Definition at line 258 of file shared.cpp.
shareinfo::~shareinfo | ( | void | ) |
Definition at line 180 of file shared.cpp.
index_type * shareinfo::get_activeflags | ( | void | ) |
Definition at line 216 of file shared.cpp.
Referenced by get_inv_matrix_shared(), get_inv_vector_shared(), param_init_matrix::setshare(), param_init_vector::shared_set_value(), param_init_matrix::shared_set_value(), and param_init_bounded_matrix::shared_set_value().
i3_array & shareinfo::get_bmap | ( | void | ) |
Definition at line 208 of file shared.cpp.
Referenced by param_init_d3array::shared_set_value(), and param_init_d3array::shared_size_count().
int & shareinfo::get_current_phase | ( | void | ) |
Definition at line 196 of file shared.cpp.
Referenced by param_init_vector::shared_size_count(), param_init_matrix::shared_size_count(), and param_init_d3array::shared_size_count().
|
inline |
Definition at line 792 of file admodel.h.
Referenced by param_init_vector::setshare(), and param_init_matrix::setshare().
void shareinfo::get_inv_matrix_shared | ( | int | _cf | ) |
Definition at line 269 of file shared.cpp.
Referenced by param_init_matrix::setshare(), param_init_matrix::shared_size_count(), and param_init_d3array::shared_size_count().
void shareinfo::get_inv_vector_shared | ( | int | _cf | ) |
Definition at line 483 of file shared.cpp.
Referenced by param_init_vector::setshare(), param_init_matrix::setshare(), and param_init_vector::shared_size_count().
index_type * shareinfo::get_invflags | ( | void | ) |
Definition at line 212 of file shared.cpp.
Referenced by param_init_vector::shared_set_value_inv(), and param_init_matrix::shared_set_value_inv().
|
inline |
Definition at line 790 of file admodel.h.
Referenced by get_inv_matrix_shared(), get_inv_vector_shared(), param_init_vector::shared_set_value(), param_init_matrix::shared_set_value(), param_init_bounded_matrix::shared_set_value(), param_init_vector::shared_size_count(), and param_init_matrix::shared_size_count().
index_type * shareinfo::get_original_shareflags | ( | void | ) |
Definition at line 200 of file shared.cpp.
Referenced by get_inv_matrix_shared(), and get_inv_vector_shared().
index_type * shareinfo::get_shareflags | ( | void | ) |
Definition at line 204 of file shared.cpp.
Referenced by param_init_vector::set_value_inv(), param_init_vector::setshare(), param_init_matrix::setshare(), param_init_vector::shared_set_value(), param_init_matrix::shared_set_value(), and param_init_bounded_matrix::shared_set_value().
void shareinfo::reset_bmap | ( | const i3_array & | af | ) |
Definition at line 228 of file shared.cpp.
void shareinfo::reset_shareflags | ( | const index_type & | sf | ) |
Definition at line 237 of file shared.cpp.
Referenced by get_inv_matrix_shared(), and get_inv_vector_shared().
void shareinfo::set_activeflags | ( | const index_type & | af | ) |
Definition at line 254 of file shared.cpp.
Referenced by shareinfo().
void shareinfo::set_bmap | ( | const i3_array & | af | ) |
Definition at line 224 of file shared.cpp.
Referenced by get_inv_matrix_shared().
void shareinfo::set_invflags | ( | const index_type & | af | ) |
Definition at line 220 of file shared.cpp.
Referenced by get_inv_matrix_shared(), and get_inv_vector_shared().
void shareinfo::set_original_shareflags | ( | const index_type & | sf | ) |
Definition at line 246 of file shared.cpp.
Referenced by shareinfo().
void shareinfo::set_shareflags | ( | const index_type & | sf | ) |
Definition at line 250 of file shared.cpp.
Referenced by shareinfo().
|
private |
Definition at line 781 of file admodel.h.
Referenced by get_activeflags(), set_activeflags(), and ~shareinfo().
|
private |
Definition at line 783 of file admodel.h.
Referenced by get_bmap(), reset_bmap(), set_bmap(), shareinfo(), and ~shareinfo().
|
private |
Definition at line 786 of file admodel.h.
Referenced by get_current_phase(), get_inv_matrix_shared(), get_inv_vector_shared(), shareinfo(), and ~shareinfo().
|
private |
Definition at line 784 of file admodel.h.
Referenced by get_dimension(), and shareinfo().
|
private |
Definition at line 782 of file admodel.h.
Referenced by get_invflags(), set_invflags(), shareinfo(), and ~shareinfo().
|
private |
Definition at line 785 of file admodel.h.
Referenced by get_maxshare(), and ~shareinfo().
|
private |
Definition at line 780 of file admodel.h.
Referenced by get_original_shareflags(), set_original_shareflags(), and ~shareinfo().
|
private |
Definition at line 779 of file admodel.h.
Referenced by get_shareflags(), reset_shareflags(), set_shareflags(), and ~shareinfo().
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5 |