XLL+ Class Library (6.3)

matrix<T>::row

Returns a copy of a complete row

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