cotila  1.2.1
A compile time linear algebra system

◆ row()

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

Extracts a row from the matrix.