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

Description not yet available. More...

#include <admodel.h>

Public Member Functions

virtual ~dll_param_matrix ()
void allocate (double *, int rmin, int rmax, int cmin, int cmax, const char *s)
void allocate (double *, int rmin, int rmax, const index_type &, const index_type &, const char *s)
dll_param_matrixoperator= (const dvariable &m)
dll_param_matrixoperator= (const double m)
 Description not yet available.
dll_param_matrixoperator= (const dmatrix &m)
 Description not yet available.
dll_param_matrixoperator= (const dvar_matrix &m)
 Description not yet available.

Private Attributes

double * pd

Detailed Description

Description not yet available.

Parameters:

Definition at line 300 of file admodel.h.


Constructor & Destructor Documentation

Definition at line 134 of file model32.cpp.


Member Function Documentation

void dll_param_matrix::allocate ( double *  _pd,
int  rmin,
int  rmax,
int  cmin,
int  cmax,
const char *  s 
)

Definition at line 269 of file model31.cpp.

void dll_param_matrix::allocate ( double *  ,
int  rmin,
int  rmax,
const index_type ,
const index_type ,
const char *  s 
)
dll_param_matrix & dll_param_matrix::operator= ( const dvariable m)

Reimplemented from named_dvar_matrix.

Definition at line 383 of file model31.cpp.

dll_param_matrix & dll_param_matrix::operator= ( const double  t)

Description not yet available.

Parameters:

Reimplemented from named_dvar_matrix.

Definition at line 376 of file model31.cpp.

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

Description not yet available.

Parameters:

Reimplemented from named_dvar_matrix.

Definition at line 390 of file model31.cpp.

dll_param_matrix & dll_param_matrix::operator= ( const dvar_matrix m1)

Description not yet available.

Parameters:

Reimplemented from named_dvar_matrix.

Definition at line 369 of file model31.cpp.


Member Data Documentation

double* dll_param_matrix::pd [private]

Definition at line 302 of file admodel.h.

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

List of all members.


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