SciPy

This is documentation for an old release of NumPy (version 1.17). Read this page in the documentation of the latest stable release (version 2.2).

numpy.ndarray.conjugate

method

ndarray.conjugate()

Return the complex conjugate, element-wise.

Refer to numpy.conjugate for full documentation.

See also

numpy.conjugate
equivalent function

Previous topic

numpy.ndarray.conj

Next topic

numpy.ndarray.copy