{ } Raw JSON

bundles / scipy latest / scipy / sparse / linalg / _interface / LinearOperator / adjoint

function

scipy.sparse.linalg._interface:LinearOperator.adjoint

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

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 : LinearOperator

Hermitian adjoint of self.

Aliases

  • scipy.linalg._decomp_interpolative.LinearOperator.adjoint