MtxExpr::Eig Function

Vector Eig(TMtx *X, TMtxType MtxType = TMtxType::mtGeneral);

Computes the eigen-values of the matrix.

#NameTypeDescription
1XTMtx *
2MtxType = TMtxType::mtGeneralTMtxType
Remarks:

Internally calls Matrix::Eig

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler