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

Standard documentation for transpose:

 Transpose.

::

 transpose(Sparsity X) -> Sparsity
 transpose(DM X) -> DM
 transpose(SX X) -> SX
 transpose(MX X) -> MX

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L328

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity_interface.hpp#L328-L330

Extra documentation

To edit, see writing tips.

Clone this wiki locally