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

Description not yet available. More...

#include <fvar.hpp>

Private Member Functions

 mat_shape (int rl, int ru, int cl=0, int cu=-1)
 Description not yet available.
 mat_shape ()
void colshift (int min)
 Description not yet available.
void rowshift (int min)
 Description not yet available.

Private Attributes

int col_max
int col_min
unsigned int ncols
unsigned int ncopies
unsigned int nrows
int row_max
int row_min

Friends

class dmatrix
class dvar_matrix
class i3_array
class imatrix
class lmatrix
class sdmatrix

Detailed Description

Description not yet available.

Parameters:

Definition at line 1853 of file fvar.hpp.


Constructor & Destructor Documentation

mat_shape::mat_shape ( int  rl,
int  ru,
int  cl = 0,
int  cu = -1 
) [private]

Description not yet available.

Parameters:

Definition at line 20 of file dmat9.cpp.

mat_shape::mat_shape ( ) [inline, private]

Definition at line 1863 of file fvar.hpp.


Member Function Documentation

void mat_shape::colshift ( int  min) [private]

Description not yet available.

Parameters:

Definition at line 39 of file dmat9.cpp.

void mat_shape::rowshift ( int  min) [private]

Description not yet available.

Parameters:

Definition at line 60 of file dmat9.cpp.


Friends And Related Function Documentation

friend class dmatrix [friend]

Definition at line 1870 of file fvar.hpp.

friend class dvar_matrix [friend]

Definition at line 1872 of file fvar.hpp.

friend class i3_array [friend]

Definition at line 1875 of file fvar.hpp.

friend class imatrix [friend]

Definition at line 1873 of file fvar.hpp.

friend class lmatrix [friend]

Definition at line 1874 of file fvar.hpp.

friend class sdmatrix [friend]

Definition at line 1871 of file fvar.hpp.


Member Data Documentation

int mat_shape::col_max [private]

Definition at line 1861 of file fvar.hpp.

Referenced by lmatrix::colmax(), colshift(), and mat_shape().

int mat_shape::col_min [private]

Definition at line 1860 of file fvar.hpp.

Referenced by lmatrix::colmin(), colshift(), and mat_shape().

unsigned int mat_shape::ncols [private]

Definition at line 1857 of file fvar.hpp.

Referenced by lmatrix::colsize(), and mat_shape().

unsigned int mat_shape::ncopies [private]

Definition at line 1855 of file fvar.hpp.

Referenced by lmatrix::deallocate(), lmatrix::lmatrix(), and mat_shape().

unsigned int mat_shape::nrows [private]

Definition at line 1856 of file fvar.hpp.

Referenced by mat_shape(), and lmatrix::rowsize().

int mat_shape::row_max [private]

Definition at line 1859 of file fvar.hpp.

Referenced by mat_shape(), lmatrix::rowmax(), and rowshift().

int mat_shape::row_min [private]

Definition at line 1858 of file fvar.hpp.

Referenced by mat_shape(), lmatrix::rowmin(), and rowshift().

List of all members.


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