Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
virtual | ~dll_data_vector () |
void | allocate (double *pd, int imin, int imax, const char *="UNNAMED") |
void | allocate (double *pd, int imin, const ivector &imax, const char *="UNNAMED") |
dll_data_vector & | operator= (const dvector &x) |
Assignment operator for dvector argument. | |
dll_data_vector & | operator= (const double &x) |
Public Attributes | |
double * | pd |
dll_data_vector::~dll_data_vector | ( | ) | [virtual] |
Definition at line 67 of file model32.cpp.
void dll_data_vector::allocate | ( | double * | pd, |
int | imin, | ||
int | imax, | ||
const char * | _s = "UNNAMED" |
||
) |
Definition at line 161 of file model31.cpp.
void dll_data_vector::allocate | ( | double * | pd, |
int | imin, | ||
const ivector & | imax, | ||
const char * | = "UNNAMED" |
||
) |
dll_data_vector & dll_data_vector::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 data_vector.
Definition at line 174 of file model31.cpp.
Referenced by operator=().
dll_data_vector & dll_data_vector::operator= | ( | const double & | x | ) |
Definition at line 180 of file model31.cpp.
double* dll_data_vector::pd |
Definition at line 1727 of file admodel.h.
Referenced by allocate(), and ~dll_data_vector().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |