ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Public Member Functions | Private Attributes
shareinfo Class Reference

Description not yet available. More...

#include <admodel.h>

Public Member Functions

 shareinfo (const index_type &sf, const index_type &af)
 ~shareinfo ()
index_typeget_activeflags (void)
i3_arrayget_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_typeget_invflags (void)
int & get_maxshare (void)
index_typeget_original_shareflags (void)
index_typeget_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_typeaflags
i3_arraybmap
int current_phase
int dimension
index_typeinvflags
int maxshare
index_typeoriginal_sflags
index_typesflags

Detailed Description

Description not yet available.

Parameters:

Definition at line 785 of file admodel.h.


Constructor & Destructor Documentation

shareinfo::shareinfo ( const index_type sf,
const index_type af 
)

Definition at line 258 of file shared.cpp.

Definition at line 180 of file shared.cpp.


Member Function Documentation

int & shareinfo::get_current_phase ( void  )
int& shareinfo::get_dimension ( void  ) [inline]

Definition at line 800 of file admodel.h.

Referenced by param_init_vector::setshare(), and param_init_matrix::setshare().

int& shareinfo::get_maxshare ( void  ) [inline]

Definition at line 200 of file shared.cpp.

Referenced by get_inv_matrix_shared(), and get_inv_vector_shared().

void shareinfo::reset_bmap ( const i3_array af)

Definition at line 228 of file shared.cpp.

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().

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().


Member Data Documentation

Definition at line 789 of file admodel.h.

Referenced by get_activeflags(), set_activeflags(), and ~shareinfo().

Definition at line 791 of file admodel.h.

Referenced by get_bmap(), reset_bmap(), set_bmap(), and ~shareinfo().

int shareinfo::current_phase [private]
int shareinfo::dimension [private]

Definition at line 792 of file admodel.h.

Referenced by get_dimension().

Definition at line 790 of file admodel.h.

Referenced by get_invflags(), set_invflags(), shareinfo(), and ~shareinfo().

int shareinfo::maxshare [private]

Definition at line 793 of file admodel.h.

Referenced by get_maxshare(), and ~shareinfo().

Definition at line 788 of file admodel.h.

Referenced by get_original_shareflags(), set_original_shareflags(), and ~shareinfo().

Definition at line 787 of file admodel.h.

Referenced by get_shareflags(), reset_shareflags(), set_shareflags(), and ~shareinfo().

List of all members.


The documentation for this class was generated from the following files: