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

Standard documentation for Function.size1_in,Function.size2_in,Function.size_in:

 [INTERNAL] 

::

 size1_in(self, int ind) -> int
 size1_in(self, str iname) -> int

Get input dimension.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.hpp#L240-L240

.......

::

 size1_in(self, int ind)

[INTERNAL] Get input dimension.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L795-L797

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

.......

::

 size1_in(self, str iname)

[INTERNAL] Get input dimension.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.hpp#L240-L240

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

 [INTERNAL] 

::

 size2_in(self, int ind) -> int
 size2_in(self, str iname) -> int

Get input dimension.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.hpp#L242-L242

.......

::

 size2_in(self, int ind)

[INTERNAL] Get input dimension.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L799-L801

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

.......

::

 size2_in(self, str iname)

[INTERNAL] Get input dimension.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.hpp#L242-L242

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

 [INTERNAL] 

::

 size_in(self, int ind) -> (int,int)
 size_in(self, str iname) -> (int,int)

Get input dimension.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.hpp#L244-L246

.......

::

 size_in(self, int ind)

[INTERNAL] Get input dimension.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L811-L813

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

.......

::

 size_in(self, str iname)

[INTERNAL] Get input dimension.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.hpp#L244-L246

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

Extra documentation

To edit, see writing tips.

Clone this wiki locally