cotila  1.2.1
A compile time linear algebra system

◆ conj()

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

Computes the elementwise complex conjugate of a matrix