double & matrix::operator() ( size_t  row,
size_t  col 
)

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

Parameters:
row: Row index
col: Column index

Another function that returns a pointer to the (row,col) entry of the matrix.

 All Classes Files Functions Variables Typedefs Friends Defines