cotila  1.2.1
A compile time linear algebra system

◆ as_column()

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

Converts a vector into a column vector.