Skip to content
Joris Gillis edited this page Apr 4, 2023 · 3 revisions

Standard documentation for GenDM.is_row,GenSX.is_row,GenMX.is_row:

 [INTERNAL] 

::

 is_row(self) -> bool

Check if the matrix is a row vector (i.e. size1()==1)

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L173

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L173-L173

Extra documentation

To edit, see writing tips.

Clone this wiki locally