ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
imatrix_position Class Reference

Description not yet available. More...

#include <imatrix.h>

Public Member Functions

 imatrix_position (const imatrix &)
 Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
 
 imatrix_position (int min, int max)
 Constructor to allocate empty valued rows and pointers to data with dimension min to max. More...
 
 imatrix_position (const imatrix_position &)
 Copy constructor. More...
 
ivector_position operator() (int i)
 

Public Attributes

ivector lb
 
ptr_vector ptr
 
int row_max
 
int row_min
 
ivector ub
 

Detailed Description

Description not yet available.

Parameters

Definition at line 48 of file imatrix.h.

Constructor & Destructor Documentation

imatrix_position::imatrix_position ( const imatrix m)

Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.

Constructor to copy dimensions and row data pointers from m.

Parameters
mimatrix

Definition at line 15 of file cmpdif10.cpp.

imatrix_position::imatrix_position ( int  min,
int  max 
)

Constructor to allocate empty valued rows and pointers to data with dimension min to max.

Parameters
minminimum index
maxmaximum index

Definition at line 35 of file cmpdif10.cpp.

imatrix_position::imatrix_position ( const imatrix_position p)

Copy constructor.

Parameters
pother imatrix_position to copy

Definition at line 52 of file cmpdif10.cpp.

Member Function Documentation

ivector_position imatrix_position::operator() ( int  i)

Member Data Documentation

ivector imatrix_position::lb
ptr_vector imatrix_position::ptr
int imatrix_position::row_max

Definition at line 52 of file imatrix.h.

Referenced by imatrix::imatrix(), imatrix_position(), and DF_FILE::save_imatrix_position().

int imatrix_position::row_min

Definition at line 51 of file imatrix.h.

Referenced by imatrix::imatrix(), imatrix_position(), and DF_FILE::save_imatrix_position().

ivector imatrix_position::ub

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