We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
To edit, see writing tips.