ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Protected Member Functions | Friends
named_dvector Class Reference

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_dvectoroperator= (const dvector &m)
 Assignment operator for dvector argument.
named_dvectoroperator= (const double m)
 Assignment operator for double argument.

Friends

class model_data

Detailed Description

Description not yet available.

Parameters:

Definition at line 475 of file admodel.h.


Constructor & Destructor Documentation

named_dvector::named_dvector ( void  ) [inline, protected]

Definition at line 478 of file admodel.h.


Member Function Documentation

void named_dvector::allocate ( int  mmin,
int  mmax,
const char *  s 
) [protected]

Reimplemented in data_vector.

Definition at line 601 of file model.cpp.

void named_dvector::allocate ( const char *  s) [protected]

Description not yet available.

Parameters:

Reimplemented from dvector.

Definition at line 607 of file model.cpp.

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.

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

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.

Parameters:
xA double constant.
Returns:
Reference to a dvector object.

Reimplemented from dvector.

Reimplemented in data_vector.

Definition at line 149 of file model11.cpp.


Friends And Related Function Documentation

friend class model_data [friend]

Reimplemented in data_vector.

Definition at line 484 of file admodel.h.

List of all members.


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