Skip to content
Joris Gillis edited this page Sep 16, 2022 · 2 revisions

Standard documentation for Sparsity.enlargeColumns:

 Enlarge the matrix along the second dimension (i.e. insert columns)

 enlargeColumns(self, int ncol, [int] cc, bool ind1)

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity.hpp#L705

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity.cpp#L526-L533

Extra documentation

To edit, see writing tips.

Clone this wiki locally