|
| | vector_kludge (const param_init_number_vector &) |
| |
| | vector_kludge (const param_init_bounded_number_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_int * | get_va () |
| |
| double_and_int * | get_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_vector & | operator*= (const prevariable &d) |
| | Description not yet available. More...
|
| |
| dvar_vector & | operator*= (double d) |
| | Description not yet available. More...
|
| |
| dvar_vector & | operator++ (void) |
| |
| dvar_vector & | operator+= (const prevariable &d) |
| | Adds d to each element of dvar_vector. More...
|
| |
| dvar_vector & | operator+= (double d) |
| | Adds d to each element of dvar_vector. More...
|
| |
| dvar_vector & | operator+= (const dvector &v1) |
| | Description not yet available. More...
|
| |
| dvar_vector & | operator+= (const dvar_vector &v1) |
| | Description not yet available. More...
|
| |
| dvar_vector | operator- () |
| | Description not yet available. More...
|
| |
| dvar_vector & | operator-- (void) |
| |
| dvar_vector & | operator-= (const prevariable &d) |
| | Substracts d from each element of dvar_vector. More...
|
| |
| dvar_vector & | operator-= (double d) |
| | Substracts d from each element of dvar_vector. More...
|
| |
| dvar_vector & | operator-= (const dvector &v1) |
| | Description not yet available. More...
|
| |
| dvar_vector & | operator-= (const dvar_vector &v1) |
| | Description not yet available. More...
|
| |
| dvar_vector & | operator/= (const prevariable &d) |
| | Description not yet available. More...
|
| |
| dvar_vector & | operator/= (double d) |
| | Description not yet available. More...
|
| |
| dvar_vector & | operator= (const dvar_vector &t) |
| | Assign values from other t to dvar_vector. More...
|
| |
| dvar_vector & | operator= (const dvector &t) |
| | Description not yet available. More...
|
| |
| dvar_vector & | operator= (double t) |
| | Assigns all elements for dvar_vector with t. More...
|
| |
| dvar_vector & | operator= (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_vector & | shift (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...
|
| |
Description not yet available.
- Parameters
-
Definition at line 2979 of file admodel.h.