-
Notifications
You must be signed in to change notification settings - Fork 391
L_1vl
Joris Gillis edited this page Apr 4, 2023
·
3 revisions
[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
To edit, see writing tips.