scipy.sparse.dok_array.conjtransp#

dok_array.conjtransp()[source]#

DEPRECATED: Return the conjugate transpose.

Deprecated since version 1.14.0: conjtransp is deprecated and will be removed in v1.16.0. Use T.conj() instead.