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

Standard documentation for eq:

 Logical equal to: (x,y) -> x == y.

::

 eq(float x, float y) -> float
 eq(DM x, DM y) -> DM
 eq(SX x, SX y) -> SX
 eq(MX x, MX y) -> MX

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/generic_expression.hpp#L191

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/generic_expression.hpp#L191-L193

Extra documentation

To edit, see writing tips.

Clone this wiki locally