scipy.optimize.LbfgsInvHessProduct.
adjoint#
- LbfgsInvHessProduct.adjoint()[source]#
Hermitian adjoint.
Returns the Hermitian adjoint of this linear operator, also known as the Hermitian conjugate or Hermitian transpose. For a complex matrix, the Hermitian adjoint is equal to the conjugate transpose.
- Returns:
- LinearOperator
Hermitian adjoint of self.
See also
HEquivalent attribute.