Returns a reference to an item in the matrix
[C++] T& at( size_t row, size_t col );
Row coordinate.
Column coordinate.
This function returns a reference to an item in the matrix.
Header: matrix.h
matrix<T> Class | matrix<T> Methods