Skip to content
Joris Gillis edited this page Apr 4, 2023 · 3 revisions

Standard documentation for Callback.has_jacobian,Callback.get_jacobian:

 [INTERNAL] 

::

 has_jacobian(self) -> bool

Return Jacobian of all input elements with respect to all output

elements.

Extra doc: https://github.com/casadi/casadi/wiki/L_oh

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/callback.hpp#L175

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/callback.cpp#L92-L94

 [INTERNAL] 

::

 get_jacobian(self, str name, [str] inames, [str] onames, dict opts) -> Function

Return Jacobian of all input elements with respect to all output

elements.

Extra doc: https://github.com/casadi/casadi/wiki/L_oh

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/callback.hpp#L176

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/callback.cpp#L97-L102

Extra documentation

To edit, see writing tips.

Clone this wiki locally