Returns a copy of a complete row
[C++] std::vector<T> row( size_t row ) const;
Row coordinate.
This function copies an entire row of items from the matrix to the returned vector.
Header: matrix.h
matrix<T> Class | matrix<T> Methods