ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Public Member Functions | Public Attributes
dll_data_vector Class Reference

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_vectoroperator= (const dvector &x)
 Assignment operator for dvector argument.
dll_data_vectoroperator= (const double &x)

Public Attributes

double * pd

Detailed Description

Description not yet available.

Parameters:

Definition at line 1724 of file admodel.h.


Constructor & Destructor Documentation

Definition at line 67 of file model32.cpp.


Member Function Documentation

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.

Parameters:
tA dvector constant
Returns:
Reference to a dvector object.

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.


Member Data Documentation

Definition at line 1727 of file admodel.h.

Referenced by allocate(), and ~dll_data_vector().

List of all members.


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