conjugate — SciPy v1.15.2 Manual (original) (raw)

scipy.sparse.csc_array.

csc_array.conjugate(copy=True)[source]#

Element-wise complex conjugation.

If the array/matrix is of non-complex data type and copy is False, this method does nothing and the data is not copied.

Parameters:

copybool, optional

If True, the result is guaranteed to not share data with self.

Returns:

AThe element-wise complex conjugate.