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

Standard documentation for integrator_in:

 [INTERNAL] 

::

 integrator_in() -> [str]
 integrator_in(int ind) -> str

Get integrator input scheme name by index.

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/integrator.hpp#L171

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/integrator.cpp#L171-L183

.......

::

 integrator_in()

[INTERNAL] Get input scheme of integrators.

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/integrator.hpp#L159

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/integrator.cpp#L159-L163

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

.......

::

 integrator_in(int ind)

[INTERNAL] Get integrator input scheme name by index.

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/integrator.hpp#L171

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/integrator.cpp#L171-L183

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

Extra documentation

To edit, see writing tips.

Clone this wiki locally