scipy.sparse.linalg.LinearOperator.T

property LinearOperator.T

转置这个线性运算符。

返回表示此变量转置的LinearOperator。可以缩写为self.T而不是self.transpose()。