cotila  1.2.1
A compile time linear algebra system

◆ reshape()

template<std::size_t P, std::size_t Q, std::size_t M, std::size_t N, typename T >
constexpr matrix<T, P, Q> cotila::reshape ( const matrix< T, M, N > &  m)
Parameters
man $ M \times N $ matrix of type T
Returns
a $ P \times Q $ matrix of type T

Reshapes a matrix without changing the order of the elements in memory (in row-major order).