Skip to content
Joris Gillis edited this page Apr 4, 2023 · 2 revisions

Standard documentation for Function.expand:

 [INTERNAL] 

::

 expand(self) -> Function
 expand(self, str name, dict opts) -> Function

Expand a function to SX.

Extra doc: https://github.com/casadi/casadi/wiki/L_1v5

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/function.hpp#L207

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L286-L302

.......

::

 expand(self)

[INTERNAL] Expand a function to SX.

Extra doc: https://github.com/casadi/casadi/wiki/L_1v5

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/function.hpp#L206

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L276-L284

.............

.......

::

 expand(self, str name, dict opts)

[INTERNAL] Expand a function to SX.

Extra doc: https://github.com/casadi/casadi/wiki/L_1v5

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/function.hpp#L207

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L286-L302

.............

Extra documentation

To edit, see writing tips.

Clone this wiki locally