-
Notifications
You must be signed in to change notification settings - Fork 436
L_rc
Joris Gillis edited this page Apr 4, 2023
·
4 revisions
Expand MX graph to SXFunction call.::
matrix_expand(MX e, [MX] boundary, dict options) -> MX matrix_expand([MX] e, [MX] boundary, dict options) -> [MX]Expand the given expression e, optionally supplying expressions contained in it at which expansion should stop.
Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L745-L749
To edit, see writing tips.