XLL+ Class Library

matrix<T>::row

Returns a copy of a complete row

[C++]
std::vector<T> row(
   size_t row
) const;

Parameters

row

Row coordinate.

Return value

This function copies an entire row of items from the matrix to the returned vector.

Requirements

Header: matrix.h

See Also

matrix<T> Class | matrix<T> Methods