cotila  1.2.1
A compile time linear algebra system

◆ hermitian()

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

Computes the Hermitian (conjugate) transpose.