SciPy

scipy.optimize.LbfgsInvHessProduct.adjoint

LbfgsInvHessProduct.adjoint(self)[source]

Hermitian adjoint.

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_HLinearOperator

Hermitian adjoint of self.

Previous topic

scipy.optimize.LbfgsInvHessProduct.__call__

Next topic

scipy.optimize.LbfgsInvHessProduct.dot