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

Standard documentation for Callback.finalize:

 [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.

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/callback.hpp#L98

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/callback.hpp#L98-L98

Extra documentation

To edit, see writing tips.

Clone this wiki locally