XLL+ Class Library (7.0)

matrix<T>::col

Returns a copy of a complete column

std::vector<T> col(
   size_t col
) const;

Parameters

col

Column coordinate.

Return Value

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

Requirements

Header: matrix.h

See Also

matrix<T> Class | matrix<T> Methods