MtxExpr.Eig Method

function Eig(const X: TMtx; MtxType: TMtxType): Vector;

Computes the eigen-values of the matrix.

#NameTypeDescription
1XTMtx
2MtxTypeTMtxType

Returns: Vector

Remarks:

Internally calls Matrix.Eig