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

Standard documentation for Function.name_in:

 [INTERNAL] 

::

 name_in(self) -> [str]
 name_in(self, int ind) -> str

Get input scheme name by index.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L943-L949

.......

::

 name_in(self, int ind)

[INTERNAL] Get input scheme name by index.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L943-L949

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

.......

::

 name_in(self)

[INTERNAL] Get input scheme.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L919-L921

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

Extra documentation

To edit, see writing tips.

Clone this wiki locally