XLL+ Class Library

matrix<T>::at

Returns a reference to an item in the matrix

[C++]
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.

Examples

COper::ColToVector() & RowToVector() Example | COper::ToMatrix() Example

Requirements

Header: matrix.h

See Also

matrix<T> Class | matrix<T> Methods