ADMB Documentation
-a65f1c97
|
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 |
|
private |
|
private |
|
private |
|
friend |
|
private |
Definition at line 2009 of file fvar.hpp.
Referenced by lmatrix::colmax(), colshift(), and mat_shape().
|
private |
Definition at line 2008 of file fvar.hpp.
Referenced by lmatrix::colmin(), colshift(), and mat_shape().
|
private |
Definition at line 2005 of file fvar.hpp.
Referenced by lmatrix::colsize(), and mat_shape().
|
private |
Definition at line 2003 of file fvar.hpp.
Referenced by lmatrix::deallocate(), lmatrix::lmatrix(), and mat_shape().
|
private |
Definition at line 2004 of file fvar.hpp.
Referenced by mat_shape(), and lmatrix::rowsize().
|
private |
Definition at line 2007 of file fvar.hpp.
Referenced by mat_shape(), lmatrix::rowmax(), and rowshift().
|
private |
Definition at line 2006 of file fvar.hpp.
Referenced by mat_shape(), lmatrix::rowmin(), and rowshift().
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5 |