bundles / scipy 1.17.1 / scipy / sparse / linalg / _interface / LinearOperator / adjoint
function
scipy.sparse.linalg._interface:LinearOperator.adjoint
Signature
def adjoint ( self ) Summary
Hermitian adjoint.
Extended Summary
Returns the Hermitian adjoint of self, aka the Hermitian conjugate or Hermitian transpose. For a complex matrix, the Hermitian adjoint is equal to the conjugate transpose.
Can be abbreviated self.H instead of self.adjoint().
Returns
A_H: LinearOperatorHermitian adjoint of self.
Aliases
-
scipy.linalg._decomp_interpolative.LinearOperator.adjoint