-
Notifications
You must be signed in to change notification settings - Fork 439
L_25o
Joris Gillis edited this page Apr 4, 2023
·
1 revision
Stop derivatives of an expression wrt to a select set of symbolic::
stop_diff(MX expr, int order) -> MX stop_diff(MX expr, MX var, int order) -> MXvariables.
Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L835-L837
To edit, see writing tips.