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 |
mat_shape::mat_shape | ( | int | rl, |
int | ru, | ||
int | cl = 0 , |
||
int | cu = -1 |
||
) | [private] |
mat_shape::mat_shape | ( | ) | [inline, private] |
void mat_shape::colshift | ( | int | min | ) | [private] |
void mat_shape::rowshift | ( | int | min | ) | [private] |
friend class dvar_matrix [friend] |
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().
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0 |