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