-
Notifications
You must be signed in to change notification settings - Fork 439
L_qg
Joris Gillis edited this page Apr 4, 2023
·
2 revisions
[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
Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L618-L626
To edit, see writing tips.