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

Standard documentation for Function.find_function:

 [INTERNAL] 

::

 find_function(self, str name, int max_depth) -> Function

Get a specific function embedded in the expression graphs.

Parameters:

name: Name of function needed

max_depth: Maximum depth - a negative number indicates no maximum

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1815-L1832

Extra documentation

To edit, see writing tips.

Clone this wiki locally