XLL+ Class Library (7.0)

matrix<T>::at

Returns a reference to an item in the matrix

T& at(
   size_t row,
   size_t col
);

Parameters

row

Row coordinate.

col

Column coordinate.

Return Value

This function returns a reference to an item in the matrix.

Requirements

Header: matrix.h

See Also

matrix<T> Class | matrix<T> Methods