casadi icon indicating copy to clipboard operation
casadi copied to clipboard

Documentation: code for MX in the section on SX

Open hurak opened this issue 2 years ago • 0 comments

In the documentation (both online and the pdf), the section 3.1 is named The SX symbolics. And yet the very first code snippet reads

import casadi.*
x = MX.sym('x')

But it is only in section 3.3 that The MX symbolics is introduced.

hurak avatar Jan 05 '24 13:01 hurak