-
Notifications
You must be signed in to change notification settings - Fork 439
L_23x
Joris Gillis edited this page Apr 4, 2023
·
2 revisions
Calculate the gradient of an expression.::
gradient(DM ex, DM arg) -> DM gradient(SX ex, SX arg) -> SX gradient(MX ex, MX arg) -> MXex[in]: Scalar expression to take the gradient of
arg[in]: Vector expression of symbols
opts[in]: Options
Dense column vector
To edit, see writing tips.