ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
df1b2_init_bounded_vector Class Reference

Description not yet available. More...

#include <df1b2fun.h>

Public Member Functions

void allocate (int, int, double, double, int, const char *)
 Description not yet available. More...
 
void allocate (int, int, double, double, const char *)
 Description not yet available. More...
 
void allocate (int, int, double, double)
 Description not yet available. More...
 
double getmaxb (void)
 
double getminb (void)
 
virtual void sd_scale (const dvector &d, const dvector &x, const int &ii)
 Description not yet available. More...
 
virtual void set_value (const dvector &x, const int &_ii)
 Description not yet available. More...
 
virtual void set_value (const init_df1b2vector &x, const int &_ii, const df1b2variable &pen)
 Description not yet available. More...
 
- Public Member Functions inherited from df1b2_init_vector
virtual ~df1b2_init_vector ()
 
void allocate (int min, int max, int phase_start, const adstring &s="unnamed")
 Description not yet available. More...
 
void allocate (int min, int max, const adstring &s="unnamed")
 Description not yet available. More...
 
virtual void set_index (int aflag, const int &ii)
 Description not yet available. More...
 
void set_phase_start (int n)
 
- Public Member Functions inherited from df1b2vector
 df1b2vector (int lb, int ub)
 Description not yet available. More...
 
 df1b2vector (const dvector &v)
 Construct df1b2vector from dvector v. More...
 
 df1b2vector (const df1b2vector &)
 Copy constructor. More...
 
 df1b2vector (void)
 Default constructor. More...
 
 df1b2vector (const predf1b2vector &)
 Description not yet available. More...
 
 ~df1b2vector ()
 Destructor. More...
 
void allocate (int lb, int ub, const char *)
 Description not yet available. More...
 
void allocate (int lb, int ub)
 Allocate vector of df1b2variables with dimension [lb to ub]. More...
 
void allocate (const ad_integer &, const ad_integer &ub)
 Description not yet available. More...
 
void allocate (void)
 Initialize df1b2vector to empty. More...
 
int allocated (void)
 
void copy (const df1b2vector &)
 Description not yet available. More...
 
void deallocate (void)
 If no other copies exists, free allocated memory. More...
 
int get_offset (void)
 
df1b2variablegetv (void)
 
int indexmax (void) const
 
int indexmin (void) const
 
void initialize (void)
 Description not yet available. More...
 
void noallocate (int lib, int ub)
 Description not yet available. More...
 
df1b2variableoperator() (int i) const
 
df1b2vector operator() (const ivector &iv)
 
df1b2vector operator() (int lb, int ub)
 
df1b2vectoroperator*= (const df1b2vector &x)
 Description not yet available. More...
 
df1b2vectoroperator*= (const df1b2variable &x)
 Description not yet available. More...
 
df1b2vectoroperator++ (void)
 
df1b2vectoroperator+= (const df1b2vector &x)
 Description not yet available. More...
 
df1b2vectoroperator+= (const dvector &x)
 Description not yet available. More...
 
df1b2vectoroperator+= (double x)
 Description not yet available. More...
 
df1b2vectoroperator+= (const df1b2variable &x)
 Description not yet available. More...
 
df1b2vectoroperator-- (void)
 
df1b2vectoroperator-= (const df1b2vector &x)
 Description not yet available. More...
 
df1b2vectoroperator-= (const dvector &x)
 Description not yet available. More...
 
df1b2vectoroperator-= (const df1b2variable &x)
 Description not yet available. More...
 
df1b2vectoroperator/= (const df1b2vector &x)
 Description not yet available. More...
 
df1b2vectoroperator/= (const df1b2variable &x)
 Description not yet available. More...
 
df1b2vectoroperator= (const df3_one_vector &)
 
df1b2vectoroperator= (const df1b2vector &)
 Description not yet available. More...
 
df1b2vectoroperator= (const dvector &)
 Description not yet available. More...
 
df1b2vectoroperator= (double)
 Assign value x to each element of df1b2vector. More...
 
df1b2vectoroperator= (const df1b2variable &)
 Description not yet available. More...
 
df1b2vectoroperator= (const df3_two_vector &M)
 Description not yet available. More...
 
df1b2variableoperator[] (int i) const
 
int pointersize () const
 
df1b2vectorshift (int)
 Description not yet available. More...
 
int size ()
 
- Public Member Functions inherited from initial_df1b2params
 initial_df1b2params (void)
 Description not yet available. More...
 
virtual void add_to_list (void)
 Description not yet available. More...
 
double get_scalefactor ()
 Description not yet available. More...
 
void set_phase_start (int n)
 
void set_scalefactor (const double)
 Set scale factor for parameter in RE model. More...
 

Protected Attributes

double maxb
 
double minb
 
- Protected Attributes inherited from df1b2vector_header
int index_max
 
int index_min
 
int offset
 

Additional Inherited Members

- Static Public Member Functions inherited from initial_df1b2params
static void reset (const init_df1b2vector &, const df1b2variable &)
 Description not yet available. More...
 
static void reset (const df1b2vector &, const df1b2variable &)
 
static void reset_all (const dvector &)
 Description not yet available. More...
 
static void restore_varsptr (void)
 Description not yet available. More...
 
static void save_varsptr (void)
 Description not yet available. More...
 
static int set_index (void)
 
static int stddev_scale (const dvector &d, const dvector &x)
 Description not yet available. More...
 
- Public Attributes inherited from initial_df1b2params
int ind_index
 
int phase_save
 
int phase_start
 
double scalefactor
 
- Static Public Attributes inherited from initial_df1b2params
static double cobjfun =0.0
 
static int current_phase =0
 
static int have_bounded_random_effects =0
 
static int num_initial_df1b2params =0
 
static int num_initial_df1b2params_sav =0
 
static lmatrixpointer_table =0
 
static int separable_calculation_type =0
 
static int separable_flag =0
 
static initial_df1b2params ** varsptr = NULL
 
static initial_df1b2params ** varsptr_sav =0
 

Detailed Description

Description not yet available.

Parameters

Definition at line 1584 of file df1b2fun.h.

Member Function Documentation

void df1b2_init_bounded_vector::allocate ( int  mmin,
int  mmax,
double  _minb,
double  _maxb,
int  n,
const char *  s 
)

Description not yet available.

Parameters

Definition at line 719 of file df1b2f15.cpp.

void df1b2_init_bounded_vector::allocate ( int  mmin,
int  mmax,
double  _minb,
double  _maxb,
const char *  s 
)

Description not yet available.

Parameters

Definition at line 709 of file df1b2f15.cpp.

void df1b2_init_bounded_vector::allocate ( int  mmin,
int  mmax,
double  _minb,
double  _maxb 
)

Description not yet available.

Parameters

Definition at line 697 of file df1b2f15.cpp.

double df1b2_init_bounded_vector::getmaxb ( void  )
inline
double df1b2_init_bounded_vector::getminb ( void  )
inline
void df1b2_init_bounded_vector::sd_scale ( const dvector _v,
const dvector x,
const int &  _ii 
)
virtual

Description not yet available.

Parameters

Reimplemented from df1b2_init_vector.

Definition at line 137 of file df1b2f25.cpp.

void df1b2_init_bounded_vector::set_value ( const dvector x,
const int &  ii 
)
virtual

Description not yet available.

Parameters

Reimplemented from df1b2_init_vector.

Reimplemented in df1b2_init_bounded_dev_vector, and re_df1b2_init_bounded_vector.

Definition at line 125 of file df1b2f18.cpp.

Referenced by set_value(), re_df1b2_init_bounded_vector::set_value(), and df1b2_init_bounded_dev_vector::set_value().

void df1b2_init_bounded_vector::set_value ( const init_df1b2vector _x,
const int &  ii,
const df1b2variable pen 
)
virtual

Description not yet available.

Parameters

Reimplemented from df1b2_init_vector.

Reimplemented in df1b2_init_bounded_dev_vector, and re_df1b2_init_bounded_vector.

Definition at line 593 of file df1b2f15.cpp.

Member Data Documentation

double df1b2_init_bounded_vector::maxb
protected

Definition at line 1588 of file df1b2fun.h.

Referenced by allocate(), getmaxb(), sd_scale(), and set_value().

double df1b2_init_bounded_vector::minb
protected

Definition at line 1587 of file df1b2fun.h.

Referenced by allocate(), getminb(), sd_scale(), and set_value().


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