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

Standard documentation for Function.get_function:

 [INTERNAL] 

::

 get_function(self) -> [str]
 get_function(self, str name) -> Function

Get a dependency function.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1780-L1786

.......

::

 get_function(self, str name)

[INTERNAL] Get a dependency function.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1780-L1786

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

.......

::

 get_function(self)

[INTERNAL] Get a list of all functions.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1771-L1778

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

Extra documentation

To edit, see writing tips.

Clone this wiki locally