Description not yet available. More...
#include <adsplus.h>
Public Member Functions | |
| SPnamed_dvector (void) | |
| SPnamed_dvector & | operator= (const dvector &m) |
| Assignment operator for dvector argument. | |
| SPnamed_dvector & | operator= (double m) |
| Assignment operator for double argument. | |
| void | allocate (int mmin, int mmax, const char *s) |
| ~SPnamed_dvector (void) | |
Friends | |
| class | model_parameters |
| SPnamed_dvector::SPnamed_dvector | ( | void | ) | [inline] |
| SPnamed_dvector::~SPnamed_dvector | ( | void | ) |
| SPnamed_dvector& SPnamed_dvector::operator= | ( | const dvector & | t | ) |
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 named_dvector.
| SPnamed_dvector& SPnamed_dvector::operator= | ( | double | x | ) |
Assignment operator for double argument.
Assigns a the same value to all members of the vector object.
| x | A double constant. |
Reimplemented from named_dvector.
| void SPnamed_dvector::allocate | ( | int | mmin, |
| int | mmax, | ||
| const char * | s | ||
| ) |
Reimplemented from named_dvector.
friend class model_parameters [friend] |
|
|
Generated on Fri May 10 2013 14:23:40 for ADMB Documentation by 1.8.0
|