10000 L_or · casadi/casadi Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Joris Gillis edited this page Apr 4, 2023 · 2 revisions

Standard documentation for lt:

 Logical less than: (x,y) -> x < y.

::

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

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/generic_expression.hpp#L131-L133

Extra documentation

To edit, see writing tips.

Clone this wiki locally
0