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

Standard documentation for eig_symbolic:

 Attempts to find the eigenvalues of a symbolic matrix.

::

 eig_symbolic(DM m) -> DM
 eig_symbolic(SX m) -> SX

This will only work for up to 3x3 matrices

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/matrix_decl.hpp#L833-L835

Extra documentation

To edit, see writing tips.

Clone this wiki locally