numpy.ma.MaskedArray.conjugate — NumPy v1.11 Manual (original) (raw)
- Scipy.org
- Docs
- NumPy v1.11 Manual
- NumPy Reference
- Array objects
- Masked arrays
- Constants of the numpy.ma module
- index
- next
- previous
MaskedArray.conjugate()¶
Return the complex conjugate, element-wise.
Refer to numpy.conjugate for full documentation.
See also
numpy.conjugate
equivalent function