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

Standard documentation for mmin:

 Smallest element in a matrix.

::

 mmin(DM x) -> DM
 mmin(SX x) -> SX
 mmin(MX x) -> MX

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L988

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L988-L990

Extra documentation

To edit, see writing tips.

Clone this wiki locally