-
Notifications
You must be signed in to change notification settings - Fork 436
L_o7
Joris Gillis edited this page Apr 4, 2023
·
2 revisions
[INTERNAL]::
finalize(self)Finalize the object.
This function is called after the construction and init steps are
completed, but before user functions are called. It is called recursively for the whole class hierarchy, starting with the highest level.
Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/callback.hpp#L98-L98
To edit, see writing tips.