ADMB Documentation
-a65f1c97
|
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 |
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.
m | imatrix |
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.
min | minimum index |
max | maximum index |
Definition at line 35 of file cmpdif10.cpp.
imatrix_position::imatrix_position | ( | const imatrix_position & | p | ) |
Copy constructor.
p | other imatrix_position to copy |
Definition at line 52 of file cmpdif10.cpp.
ivector_position imatrix_position::operator() | ( | int | i | ) |
ivector imatrix_position::lb |
Definition at line 53 of file imatrix.h.
Referenced by imatrix::imatrix(), imatrix_position(), DF_FILE::restore_imatrix_position(), and DF_FILE::save_imatrix_position().
ptr_vector imatrix_position::ptr |
Definition at line 55 of file imatrix.h.
Referenced by imatrix_position(), DF_FILE::restore_imatrix_position(), and DF_FILE::save_imatrix_position().
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 |
Definition at line 54 of file imatrix.h.
Referenced by imatrix::imatrix(), imatrix_position(), DF_FILE::restore_imatrix_position(), and DF_FILE::save_imatrix_position().
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5 |