cotila  1.2.1
A compile time linear algebra system

◆ column()

template<typename T, std::size_t N, std::size_t M>
constexpr vector<T, N> cotila::matrix< T, N, M >::column ( std::size_t  i) const
inline
Parameters
iindex of the column to extract
Returns
the selected row

Extracts a column from the matrix