const int & matrix_int::operator() ( size_t  row,
size_t  col 
) const

Function returning pointer to (i,j) element of a matrix.

Parameters:
row: Row index
col: Column index

Function returns a pointer to the (row,col) entry of the matrix.

All Classes Files Functions Variables Typedefs Friends Defines