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

Standard documentation for mldivide:

 Matrix divide (cf. backslash '\' in MATLAB)

::

 mldivide(DM x, DM y) -> DM
 mldivide(SX x, SX y) -> SX
 mldivide(MX x, MX y) -> MX

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L383

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L383-L385

Extra documentation

To edit, see writing tips.

Clone this wiki locally