cupy.conj#

cupy.conj()#

conjugate(x, /, out=None, *, casting=’same_kind’, dtype=None)

返回复共轭,逐元素计算。

另请参阅

numpy.conjugate