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

Standard documentation for Function.index_out:

 [INTERNAL] 

::

 index_out(self, str name) -> int

Find the index for a string describing a particular entry of an output scheme.

example: schemeEntry("x_opt") -> returns NLPSOL_X if FunctionInternal adheres to SCHEME_NLPINput

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L935-L941

Extra documentation

To edit, see writing tips.

Clone this wiki locally