bundles / scipy 1.17.1 / scipy / optimize / _nonlin / InverseJacobian
class
scipy.optimize._nonlin:InverseJacobian
source: /scipy/optimize/_nonlin.py :458
Signature
class InverseJacobian ( jacobian ) Members
Summary
A simple wrapper that inverts the Jacobian using the solve method.
Parameters
jacobian: JacobianThe Jacobian to invert.
Attributes
shapeMatrix dimensions (M, N)
dtypeData type of the matrix.
Aliases
-
scipy.optimize.InverseJacobian