-
Notifications
You must be signed in to change notification settings - Fork 439
L_oh
Joris Gillis edited this page Apr 4, 2023
·
3 revisions
[INTERNAL]::
has_jacobian(self) -> boolReturn Jacobian of all input elements with respect to all output
elements.
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) -> FunctionReturn Jacobian of all input elements with respect to all output
elements.
Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/callback.cpp#L97-L102
To edit, see writing tips.