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

Description not yet available. More...

#include <admodel.h>

Public Member Functions

 vector_kludge (const param_init_number_vector &)
 
 vector_kludge (const param_init_bounded_number_vector &)
 
- Public Member Functions inherited from dvar_vector
 dvar_vector (const dvar_vector &)
 Copy constructor. More...
 
 dvar_vector (const predvar_vector &)
 Description not yet available. More...
 
 dvar_vector ()
 Default constructor. More...
 
 dvar_vector (int ncl, int ncu)
 Description not yet available. More...
 
 dvar_vector (int ncl, int ncu, kkludge_object)
 Description not yet available. More...
 
 dvar_vector (unsigned int sz, double *x)
 Description not yet available. More...
 
 dvar_vector (const independent_variables &)
 Description not yet available. More...
 
 dvar_vector (const param_init_number_vector &)
 Description not yet available. More...
 
 dvar_vector (const param_init_bounded_number_vector &)
 Description not yet available. More...
 
 dvar_vector (const dvector &)
 Description not yet available. More...
 
 dvar_vector (const char *)
 
 ~dvar_vector ()
 Destructor. More...
 
void allocate (int, int)
 Allocate dvar_vector with indexmin = ncl and indexmax = nch. More...
 
void allocate (void)
 Does not allocate, but initializes dvar_vector to empty. More...
 
void allocate (const dvector &)
 Allocate dvar_vector using indexes from v1. More...
 
void allocate (const dvar_vector &)
 Allocate dvar_vector using indexes from v1. More...
 
void allocate (const ad_integer &, const ad_integer &)
 Description not yet available. More...
 
void allocatec (const dvar_vector &)
 Description not yet available. More...
 
void deallocate ()
 Deallocate dvar_vector memory. More...
 
prevariable elem (int i)
 
prevariable elem (int i) const
 
double & elem_value (int i)
 
double & elem_value (int i) const
 
void fill (const char *)
 Fill variable vector from values in string s. More...
 
void fill_multinomial (const int &seed, const dvector &p)
 Description not yet available. More...
 
void fill_multinomial (const random_number_generator &rng, const dvector &p)
 Description not yet available. More...
 
void fill_randbi (long int &n, double)
 Description not yet available. More...
 
void fill_randbi_ni (long int &n, double)
 Description not yet available. More...
 
void fill_randn (long int &n)
 Description not yet available. More...
 
void fill_randn_ni (long int &n)
 Description not yet available. More...
 
void fill_randnegbinomial (double lambda, double tau, const random_number_generator &rng)
 Description not yet available. More...
 
void fill_randpoisson (double lambda, const random_number_generator &rng)
 Description not yet available. More...
 
void fill_randu (long int &n)
 Description not yet available. More...
 
void fill_randu_ni (long int &n)
 Description not yet available. More...
 
void fill_seqadd (double, double)
 Description not yet available. More...
 
unsigned int get_ncopies () const
 
double_and_intget_va ()
 
double_and_intget_va () const
 
int indexmax () const
 
int indexmin () const
 
void initialize (const dvector &ww)
 Description not yet available. More...
 
void initialize (void)
 Description not yet available. More...
 
double * initpointer (void)
 
const double * initpointer (void) const
 
int operator! (void) const
 
dvar_vector operator() (int lb, int ub)
 
prevariable operator() (int i)
 
const prevariable operator() (int i) const
 
dvar_vector operator() (const lvector &)
 Description not yet available. More...
 
dvar_vector operator() (const ivector &u)
 Description not yet available. More...
 
dvar_vectoroperator*= (const prevariable &d)
 Description not yet available. More...
 
dvar_vectoroperator*= (double d)
 Description not yet available. More...
 
dvar_vectoroperator++ (void)
 
dvar_vectoroperator+= (const prevariable &d)
 Adds d to each element of dvar_vector. More...
 
dvar_vectoroperator+= (double d)
 Adds d to each element of dvar_vector. More...
 
dvar_vectoroperator+= (const dvector &v1)
 Description not yet available. More...
 
dvar_vectoroperator+= (const dvar_vector &v1)
 Description not yet available. More...
 
dvar_vector operator- ()
 Description not yet available. More...
 
dvar_vectoroperator-- (void)
 
dvar_vectoroperator-= (const prevariable &d)
 Substracts d from each element of dvar_vector. More...
 
dvar_vectoroperator-= (double d)
 Substracts d from each element of dvar_vector. More...
 
dvar_vectoroperator-= (const dvector &v1)
 Description not yet available. More...
 
dvar_vectoroperator-= (const dvar_vector &v1)
 Description not yet available. More...
 
dvar_vectoroperator/= (const prevariable &d)
 Description not yet available. More...
 
dvar_vectoroperator/= (double d)
 Description not yet available. More...
 
dvar_vectoroperator= (const dvar_vector &t)
 Assign values from other t to dvar_vector. More...
 
dvar_vectoroperator= (const dvector &t)
 Description not yet available. More...
 
dvar_vectoroperator= (double t)
 Assigns all elements for dvar_vector with t. More...
 
dvar_vectoroperator= (const prevariable &t)
 Assigns all elements for dvar_vector with t. More...
 
prevariable operator[] (int i)
 
const prevariable operator[] (int i) const
 
void read_from (const istream &)
 Description not yet available. More...
 
void read_from (const uistream &)
 Description not yet available. More...
 
void save_dvar_vector_position () const
 Description not yet available. More...
 
void save_dvar_vector_value () const
 Saves the size, address, and value information for a dvar_vector. More...
 
void shallow_copy (const dvar_vector &)
 Shallow copy other data structure pointers. More...
 
dvar_vectorshift (int min)
 Description not yet available. More...
 
unsigned int size () const
 
dvar_vector sub (int lb, int ub)
 
void write_on (const ostream &) const
 Description not yet available. More...
 
void write_on (const uostream &) const
 Description not yet available. More...
 

Additional Inherited Members

- Public Attributes inherited from dvar_vector
int index_max
 
int index_min
 
arr_linklink_ptr
 
vector_shapexshape
 
double_and_intva
 

Detailed Description

Description not yet available.

Parameters

Definition at line 2979 of file admodel.h.

Constructor & Destructor Documentation

vector_kludge::vector_kludge ( const param_init_number_vector _v)

Definition at line 9 of file vec_io.cpp.

vector_kludge::vector_kludge ( const param_init_bounded_number_vector _v)

Definition at line 22 of file vec_io.cpp.


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