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

Standard documentation for skew:

 Generate a skew symmetric matrix from a 3-vector.

::

 skew(DM a) -> DM
 skew(SX a) -> SX
 skew(MX a) -> MX

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

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

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

Extra documentation

To edit, see writing tips.

Clone this wiki locally