casadi
casadi copied to clipboard
Documentation: code for MX in the section on SX
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.