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

Standard documentation for cofactor:

 Get the (i,j) cofactor matrix.

::

 cofactor(DM x, int i, int j) -> DM
 cofactor(SX x, int i, int j) -> SX

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/matrix_decl.hpp#L518

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/matrix_decl.hpp#L518-L520

Extra documentation

To edit, see writing tips.

Clone this wiki locally