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

Standard documentation for Sparsity.is_column:

 Check if the pattern is a column vector (i.e.  size2()==1)

 is_column(self) -> bool

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity.cpp#L281-L283

Extra documentation

To edit, see writing tips.

Clone this wiki locally