cotila  1.2.1
A compile time linear algebra system

◆ as_row()

template<typename T , std::size_t N>
constexpr matrix<T, 1, N> cotila::as_row ( const vector< T, N > &  v)
Parameters
van N-vector of type T
Returns
a $ 1 \times N $ matrix of type T

Converts a vector into a row vector.