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

Description not yet available. More...

#include <admodel.h>

Protected Member Functions

 named_dmatrix (void)
void allocate (int rmin, int rmax, const char *s)
void allocate (const char *s)
void allocate (int rmin, int rmax, int cmin, int cmax, const char *s)
void allocate (int rmin, int rmax, const ivector &cmin, int cmax, const char *s)
void allocate (int rmin, int rmax, const ivector &cmin, const ivector &cmax, const char *s)
void allocate (int rmin, int rmax, int cmin, const ivector &cmax, const char *s)
named_dmatrixoperator= (const dmatrix &m)
 Description not yet available.
named_dmatrixoperator= (const double m)
 Assign value x to all elements in dmatrix.

Detailed Description

Description not yet available.

Parameters:

Definition at line 502 of file admodel.h.


Constructor & Destructor Documentation

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

Definition at line 505 of file admodel.h.


Member Function Documentation

void named_dmatrix::allocate ( int  rmin,
int  rmax,
const char *  s 
) [protected]

Definition at line 338 of file model11.cpp.

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

Reimplemented from model_name_tag.

Definition at line 345 of file model11.cpp.

void named_dmatrix::allocate ( int  rmin,
int  rmax,
int  cmin,
int  cmax,
const char *  s 
) [protected]

Reimplemented in data_matrix.

Definition at line 322 of file model11.cpp.

void named_dmatrix::allocate ( int  rmin,
int  rmax,
const ivector cmin,
int  cmax,
const char *  s 
) [protected]

Reimplemented in data_matrix.

Definition at line 330 of file model11.cpp.

void named_dmatrix::allocate ( int  rmin,
int  rmax,
const ivector cmin,
const ivector cmax,
const char *  s 
) [protected]

Reimplemented in data_matrix.

Definition at line 359 of file model11.cpp.

void named_dmatrix::allocate ( int  rmin,
int  rmax,
int  cmin,
const ivector cmax,
const char *  s 
) [protected]

Reimplemented in data_matrix.

Definition at line 352 of file model11.cpp.

named_dmatrix & named_dmatrix::operator= ( const dmatrix m1) [protected]

Description not yet available.

Parameters:

Reimplemented from dmatrix.

Reimplemented in dll_data_matrix, and data_matrix.

Definition at line 366 of file model11.cpp.

Referenced by operator=().

named_dmatrix & named_dmatrix::operator= ( const double  t) [protected]

Assign value x to all elements in dmatrix.

Reimplemented from dmatrix.

Definition at line 371 of file model11.cpp.

List of all members.


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