void matrix_int::dimensions ( size_t *  num_rows,
size_t *  num_cols 
) const

Function that gets the dimensions of a matrix.

Parameters:
num_rows: Number of rows in the matrix
num_cols: Numnber of columns in the matrix
All Classes Files Functions Variables Typedefs Friends Defines