.. highlightlang:: us .. _conj: conj ==== .. index:: conj .. us.tag conj GERMAN math-base :ref:`conj` gibt die konjugiert komplexe Matrix seines Arguments zurück. .. function:: mConj = conj(m) .. us.return **Returnwert** *mConj* ist die konjugiert komplexe Matrix zu *m*. .. us.params **Parameter** .. uparam:: m *m* ist eine reelle oder komplexe Matrix. .. seealso:: :ref:`uberblick-mathematik`, :ref:`real`, :ref:`imag` :sub:`id-127994`