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

Standard documentation for norm_fro:

 Frobenius norm.

::

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

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

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

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

Extra documentation

To edit, see writing tips.

Clone this wiki locally