Skip to main contentModule implicit
Source - ImplicitError
- Reason a dense implicit-differentiation call failed.
- implicit_adjoint
- Compute the implicit adjoint
(dz*/dx)^T · z_bar (n-vector). - implicit_hessian
- Compute the full implicit Hessian tensor
d²z*/dx² (m × n × n). - implicit_hvp
- Compute the implicit Hessian-vector-vector product
d²z*/dx² · v · w (m-vector). - implicit_jacobian
- Compute the full implicit Jacobian
dz*/dx (m × n matrix). - implicit_tangent
- Compute the implicit tangent
dz*/dx · x_dot (m-vector).