blosc2.conj#

blosc2.conj(ndarr: NDArray, /)#

Return the complex conjugate, element-wise.

Parameters:

ndarr (NDArray API) – The input array.

Returns:

out – A lazy expression that can be evaluated.

Return type:

LazyExpr

References

np.conj