Functions§
- 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).