#include <fvar.hpp>
Private Member Functions | |
| mat_shape (int rl, int ru, int cl=0, int cu=-1) | |
| mat_shape () | |
| void | colshift (int min) |
| void | rowshift (int min) |
Private Attributes | |
| unsigned int | ncopies |
| unsigned int | nrows |
| unsigned int | ncols |
| int | row_min |
| int | row_max |
| int | col_min |
| int | col_max |
Friends | |
| class | dmatrix |
| class | sdmatrix |
| class | dvar_matrix |
| class | imatrix |
| class | lmatrix |
| class | i3_array |
| 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 dmatrix [friend] |
friend class sdmatrix [friend] |
friend class dvar_matrix [friend] |
friend class imatrix [friend] |
friend class lmatrix [friend] |
friend class i3_array [friend] |
unsigned int mat_shape::ncopies [private] |
unsigned int mat_shape::nrows [private] |
unsigned int mat_shape::ncols [private] |
int mat_shape::row_min [private] |
int mat_shape::row_max [private] |
int mat_shape::col_min [private] |
int mat_shape::col_max [private] |
1.5.6