bundles / scipy latest / scipy / sparse / linalg / _interface / LinearOperator / transpose
function
scipy.sparse.linalg._interface:LinearOperator.transpose
Signature
def transpose ( self ) Summary
Transpose this linear operator.
Extended Summary
Returns a LinearOperator that represents the transpose of this one. Can be abbreviated self.T instead of self.transpose().
Aliases
-
scipy.linalg._decomp_interpolative.LinearOperator.transpose