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

Description not yet available. More...

#include <admodel.h>

Public Member Functions

virtual ~dll_data_matrix ()
void allocate (double *_d, int rmin, int rmax, int cmin, int cmax, const char *_s="UNNAMED")
dll_data_matrixoperator= (const dmatrix &m)
 Description not yet available.
dll_data_matrixoperator= (const double &m)

Private Attributes

double * d

Detailed Description

Description not yet available.

Parameters:

Definition at line 1581 of file admodel.h.


Constructor & Destructor Documentation

Definition at line 77 of file model32.cpp.


Member Function Documentation

void dll_data_matrix::allocate ( double *  _d,
int  rmin,
int  rmax,
int  cmin,
int  cmax,
const char *  _s = "UNNAMED" 
)

Definition at line 186 of file model31.cpp.

dll_data_matrix & dll_data_matrix::operator= ( const dmatrix m1)

Description not yet available.

Parameters:

Reimplemented from data_matrix.

Definition at line 218 of file model31.cpp.

Referenced by operator=().

dll_data_matrix & dll_data_matrix::operator= ( const double &  m)

Reimplemented from data_matrix.

Definition at line 224 of file model31.cpp.


Member Data Documentation

double* dll_data_matrix::d [private]

Definition at line 1583 of file admodel.h.

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

List of all members.


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