numpy.ndarray.conj — NumPy v1.18 Manual (original) (raw)

method

ndarray. conj()

Complex-conjugate all elements.

Refer to numpy.conjugate for full documentation.

See also

numpy.conjugate

equivalent function