-
Notifications
You must be signed in to change notification settings - Fork 436
L_rf
Joris Gillis edited this page Apr 4, 2023
·
5 revisions
Evaluates the expression numerically.::
evalf(DM x) -> DM evalf(SX x) -> DM evalf(MX x) -> DMAn error is raised when the expression contains symbols
Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L802-L804
To edit, see writing tips.