Navigation
index
next
|
previous
|
NumPy v1.8 Manual
»
NumPy Reference
»
Array objects
»
Masked arrays
»
Constants of the
numpy.ma
module
»
numpy.ma.MaskedArray.conj
¶
MaskedArray.
conj
(
)
¶
Complex-conjugate all elements.
Refer to
numpy.conjugate
for full documentation.
See also
numpy.conjugate
equivalent function