.. highlightlang:: us .. _conj: conj ==== .. index:: conj .. us.tag conj ENGLISH math-base :ref:`conj` returns the complex conjugate of its parameter. .. function:: mConj = conj(m) .. us.return **Return Value** *mConj* is complex conjugate matrix of *m*. .. us.params **Parameters** .. uparam:: m *m* is a real or complex matrix. .. seealso:: :ref:`overview-mathematic`, :ref:`real`, :ref:`imag` :sub:`id-127994`