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

Standard documentation for Function.sx_in,Function.mx_in:

 [INTERNAL] 

::

 sx_in(self) -> [SX]
 sx_in(self, int iind) -> SX
 sx_in(self, str iname) -> SX

Get symbolic primitives equivalent to the input expressions.

There is no guarantee that subsequent calls return unique answers

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1511-L1517

.......

::

 sx_in(self)

[INTERNAL] Get symbolic primitives equivalent to the input expressions.

There is no guarantee that subsequent calls return unique answers

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1511-L1517

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

.......

::

 sx_in(self, int iind)

[INTERNAL] Get symbolic primitives equivalent to the input expressions.

There is no guarantee that subsequent calls return unique answers

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1495-L1501

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

.......

::

 sx_in(self, str iname)

[INTERNAL] Get symbolic primitives equivalent to the input expressions.

There is no guarantee that subsequent calls return unique answers

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.hpp#L941-L943

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

 [INTERNAL] 

::

 mx_in(self) -> [MX]
 mx_in(self, int ind) -> MX
 mx_in(self, str iname) -> MX

Get symbolic primitives equivalent to the input expressions.

There is no guarantee that subsequent calls return unique answers

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1535-L1537

.......

::

 mx_in(self)

[INTERNAL] Get symbolic primitives equivalent to the input expressions.

There is no guarantee that subsequent calls return unique answers

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1535-L1537

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

.......

::

 mx_in(self, int ind)

[INTERNAL] Get symbolic primitives equivalent to the input expressions.

There is no guarantee that subsequent calls return unique answers

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1527-L1529

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

.......

::

 mx_in(self, str iname)

[INTERNAL] Get symbolic primitives equivalent to the input expressions.

There is no guarantee that subsequent calls return unique answers

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.hpp#L946-L948

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

Extra documentation

To edit, see writing tips.

Clone this wiki locally