10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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
To edit, see writing tips.
There was an error while loading. 10000 Please reload this page.