ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Private Member Functions | Private Attributes | Friends | List of all members
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. More...
 
 mat_shape ()
 
void colshift (int min)
 Changes the range of valid indices for the rows. More...
 
void rowshift (int min)
 Description not yet available. More...
 

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 2001 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 ( )
inlineprivate

Definition at line 2011 of file fvar.hpp.

Member Function Documentation

void mat_shape::colshift ( int  min)
private

Changes the range of valid indices for the rows.

Parameters
minshifts column values index_min and index_max.

Definition at line 39 of file dmat9.cpp.

void mat_shape::rowshift ( int  min)
private

Description not yet available.

Parameters

Definition at line 58 of file dmat9.cpp.

Friends And Related Function Documentation

friend class dmatrix
friend

Definition at line 2018 of file fvar.hpp.

friend class dvar_matrix
friend

Definition at line 2020 of file fvar.hpp.

friend class i3_array
friend

Definition at line 2023 of file fvar.hpp.

friend class imatrix
friend

Definition at line 2021 of file fvar.hpp.

friend class lmatrix
friend

Definition at line 2022 of file fvar.hpp.

friend class sdmatrix
friend

Definition at line 2019 of file fvar.hpp.

Member Data Documentation

int mat_shape::col_max
private

Definition at line 2009 of file fvar.hpp.

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

int mat_shape::col_min
private

Definition at line 2008 of file fvar.hpp.

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

unsigned int mat_shape::ncols
private

Definition at line 2005 of file fvar.hpp.

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

unsigned int mat_shape::ncopies
private

Definition at line 2003 of file fvar.hpp.

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

unsigned int mat_shape::nrows
private

Definition at line 2004 of file fvar.hpp.

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

int mat_shape::row_max
private

Definition at line 2007 of file fvar.hpp.

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

int mat_shape::row_min
private

Definition at line 2006 of file fvar.hpp.

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


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