-
Notifications
You must be signed in to change notification settings - Fork 384
L_1la
Joris Gillis edited this page Apr 4, 2023
·
2 revisions
Reverse a list.
::
reverse([DM] ex, [DM] arg, [[DM]] v, dict opts) -> [[DM]] reverse([SX] ex, [SX] arg, [[SX]] v, dict opts) -> [[SX]] reverse([MX] ex, [MX] arg, [[MX]] v, dict opts) -> [[MX]]
Extra doc: https://github.com/casadi/casadi/wiki/L_1la
Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L530
Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L530-L534
To edit, see writing tips.