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

Standard documentation for print_operator:

 Get a string representation for a binary MatType, using custom 

::

 print_operator(DM xb, [str] args) -> str
 print_operator(SX xb, [str] args) -> str
 print_operator(MX xb, [str] args) -> str

arguments.

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

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

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

Extra documentation

To edit, see writing tips.

Clone this wiki locally