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

Standard documentation for DM_inf,SX_inf:

 [INTERNAL] 

::

 inf(int nrow, int ncol) -> DM
 inf((int,int) rc) -> DM
 inf(Sparsity sp) -> DM

create a matrix with all inf

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/matrix_decl.hpp#L1005

.......

::

 inf(int nrow, int ncol)

[INTERNAL] create a matrix with all inf

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/matrix_decl.hpp#L1004

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

.......

::

 inf((int,int) rc)

[INTERNAL] create a matrix with all inf

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/matrix_decl.hpp#L1005

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

.......

::

 inf(Sparsity sp)

[INTERNAL] create a matrix with all inf

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/matrix_decl.hpp#L1003

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

 [INTERNAL] 

::

 inf(int nrow, int ncol) -> SX
 inf((int,int) rc) -> SX
 inf(Sparsity sp) -> SX

create a matrix with all inf

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/matrix_decl.hpp#L1005

.......

::

 inf(int nrow, int ncol)

[INTERNAL] create a matrix with all inf

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/matrix_decl.hpp#L1004

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

.......

::

 inf((int,int) rc)

[INTERNAL] create a matrix with all inf

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/matrix_decl.hpp#L1005

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

.......

::

 inf(Sparsity sp)

[INTERNAL] create a matrix with all inf

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/matrix_decl.hpp#L1003

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

Extra documentation

To edit, see writing tips.

Clone this wiki locally