Skip to content
Sandeepkumar R edited this page Jan 10, 2024 · 3 revisions

Standard documentation for ge:

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

::

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

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/generic_expression.hpp#L176-L178

Extra documentation

To edit, see writing tips.

Clone this wiki locally