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

Standard documentation for norm_inf:

 Infinity-norm.

::

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

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

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

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

Extra documentation

To edit, see writing tips.

Clone this wiki locally