Description not yet available. More...
#include <admodel.h>
Protected Member Functions | |
| named_dvector (void) | |
| void | allocate (int mmin, int mmax, const char *s) |
| void | allocate (const char *s) |
| Description not yet available. | |
| void | allocate (int mmin, const ivector &mmax, const char *s) |
| named_dvector & | operator= (const dvector &m) |
| Assignment operator for dvector argument. | |
| named_dvector & | operator= (const double m) |
| Assignment operator for double argument. | |
Friends | |
| class | model_data |
| named_dvector::named_dvector | ( | void | ) | [inline, protected] |
| void named_dvector::allocate | ( | int | mmin, |
| int | mmax, | ||
| const char * | s | ||
| ) | [protected] |
Reimplemented in data_vector.
| void named_dvector::allocate | ( | const char * | s | ) | [protected] |
| void named_dvector::allocate | ( | int | mmin, |
| const ivector & | mmax, | ||
| const char * | s | ||
| ) | [protected] |
Reimplemented in data_vector.
| named_dvector & named_dvector::operator= | ( | const dvector & | t | ) | [protected] |
Assignment operator for dvector argument.
Assigns the values of the argument to a target dvector in the LHS of the assignment operator. The range of valid subscripts in the argument and the target must be identical.
| t | A dvector constant |
Reimplemented from dvector.
Reimplemented in dll_data_vector, and data_vector.
Definition at line 144 of file model11.cpp.
Referenced by operator=().
| named_dvector & named_dvector::operator= | ( | const double | x | ) | [protected] |
Assignment operator for double argument.
Assigns a the same value to all members of the vector object.
| x | A double constant. |
Reimplemented from dvector.
Reimplemented in data_vector.
Definition at line 149 of file model11.cpp.
friend class model_data [friend] |
Reimplemented in data_vector.
|
|
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0
|