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

Standard documentation for Function.generate_out:

 [INTERNAL] 

::

 generate_out(self, str fname) -> [DM]
 generate_out(self, str fname, [DM] arg)

Export an output file that can be checked with generated C code

output.

See: generate_in

See: convert_out to convert between dict/map and vector

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/function.hpp#L866

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1188-L1198

.......

::

 generate_out(self, str fname)

[INTERNAL] Export an output file that can be checked with generated C code

output.

See: generate_in

See: convert_out to convert between dict/map and vector

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/function.hpp#L866

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1188-L1198

.............

.......

::

 generate_out(self, str fname, [DM] arg)

[INTERNAL] Export an output file that can be checked with generated C code

output.

See: generate_in

See: convert_out to convert between dict/map and vector

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/function.hpp#L865

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1161-L1174

.............

Extra documentation

To edit, see writing tips.

Clone this wiki locally