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

Standard documentation for MX.enlarge:

 [INTERNAL] 

::

 enlarge(self, int nrow, int ncol, [int] rr, [int] cc, bool ind1)

Enlarge matrix.

Make the matrix larger by inserting empty rows and columns, keeping the existing non-zeros

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L211

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L618-L626

Extra documentation

To edit, see writing tips.

Clone this wiki locally