scipy.sparse.dok_array.

conjtransp#

dok_array.conjtransp()[source]#

已弃用:返回共轭转置。

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