{ } Raw JSON

bundles / scipy latest / 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 : Jacobian

The Jacobian to invert.

Attributes

shape

Matrix dimensions (M, N)

dtype

Data type of the matrix.

Aliases

  • scipy.optimize.InverseJacobian