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

Standard documentation for Function.sx_out,Function.mx_out:

 [INTERNAL] 

::

 sx_out(self) -> [SX]
 sx_out(self, int oind) -> SX
 sx_out(self, str oname) -> SX

Get symbolic primitives equivalent to the output expressions.

There is no guarantee that subsequent calls return unique answers

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1519-L1525

.......

::

 sx_out(self)

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

There is no guarantee that subsequent calls return unique answers

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1519-L1525

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

.......

::

 sx_out(self, int oind)

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

There is no guarantee that subsequent calls return unique answers

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1503-L1509

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

.......

::

 sx_out(self, str oname)

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

There is no guarantee that subsequent calls return unique answers

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.hpp#L959-L961

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

 [INTERNAL] 

::

 mx_out(self) -> [MX]
 mx_out(self, int ind) -> MX
 mx_out(self, str oname) -> MX

Get symbolic primitives equivalent to the output expressions.

There is no guarantee that subsequent calls return unique answers

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1539-L1541

.......

::

 mx_out(self)

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

There is no guarantee that subsequent calls return unique answers

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1539-L1541

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

.......

::

 mx_out(self, int ind)

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

There is no guarantee that subsequent calls return unique answers

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1531-L1533

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

.......

::

 mx_out(self, str oname)

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

There is no guarantee that subsequent calls return unique answers

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.hpp#L964-L966

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

Extra documentation

To edit, see writing tips.

Clone this wiki locally