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

Standard documentation for MX_binary,MX_unary:

 [INTERNAL] 

::

 binary(int op, MX x, MX y) -> MX

Create nodes by their ID.

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L398

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L507-L532

 [INTERNAL] 

::

 unary(int op, MX x) -> MX

Create nodes by their ID.

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L399

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L534-L536

Extra documentation

To edit, see writing tips.

Clone this wiki locally