cotila  1.2.1
A compile time linear algebra system

◆ transpose()

template<typename T , std::size_t M, std::size_t N>
constexpr matrix<T, N, M> cotila::transpose ( const matrix< T, M, N > &  m)
Parameters
man $ M \times N $ matrix of type T
Returns
an $ N \times M $ matrix $ \textbf{m}^{\mathrm{T}} $ of type T such that $ \left(\textbf{m}^{\mathrm{T}}\right)_{ij} = \textbf{m}_{ji},\ \forall i,j $

Computes the matrix transpose.