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

Standard documentation for Function.is_diff_in,Function.is_diff_out:

 [INTERNAL] 

::

 is_diff_in(self) -> [bool]
 is_diff_in(self, int ind) -> bool

Get differentiability of inputs/output.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1007-L1013

.......

::

 is_diff_in(self)

[INTERNAL] Get differentiability of inputs/output.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1007-L1013

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

.......

::

 is_diff_in(self, int ind)

[INTERNAL] Get differentiability of inputs/output.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L991-L997

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

 [INTERNAL] 

::

 is_diff_out(self) -> [bool]
 is_diff_out(self, int ind) -> bool

Get differentiability of inputs/output.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1015-L1021

.......

::

 is_diff_out(self)

[INTERNAL] Get differentiability of inputs/output.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1015-L1021

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

.......

::

 is_diff_out(self, int ind)

[INTERNAL] Get differentiability of inputs/output.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L999-L1005

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

Extra documentation

To edit, see writing tips.

Clone this wiki locally