Navigation
index
next
|
previous
|
NumPy v1.8 Manual
»
NumPy Reference
»
Array objects
»
Standard array subclasses
»
numpy.matrix
»
numpy.matrix.conj
¶
matrix.
conj
(
)
¶
Complex-conjugate all elements.
Refer to
numpy.conjugate
for full documentation.
See also
numpy.conjugate
equivalent function