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

Standard documentation for Sparsity.largest_first:

 Order the columns by decreasing degree.

 largest_first(self) -> [int]

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity.cpp#L741-L743

Extra documentation

To edit, see writing tips.

Clone this wiki locally