scipy.sparse.lil_array.H#

property lil_array.H#

DEPRECATED: Returns the (complex) conjugate transpose.

Deprecated since version 1.11.0: H is deprecated and will be removed in v1.14.0. Please use T.conjugate() instead.