scipy.sparse.dok_matrix.
conjtransp¶
- dok_matrix.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.
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.