scipy.sparse.dok_matrix.

conjtransp#

dok_matrix.conjtransp()[source]#

已弃用:返回共轭转置。

自版本 1.14.0 起弃用: conjtransp 已弃用,将在 v1.16.0 中移除。请使用 T.conj() 代替。