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

Standard documentation for det:

 Matrix determinant (experimental)

::

 det(DM A) -> DM
 det(SX A) -> SX
 det(MX A) -> MX

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

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

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

Extra documentation

To edit, see writing tips.

Clone this wiki locally