{ } Raw JSON

bundles / scipy 1.17.1 / scipy / sparse / linalg / _interface / LinearOperator / transpose

function

scipy.sparse.linalg._interface:LinearOperator.transpose

source: /scipy/sparse/linalg/_interface.py :578

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