You are here: Symbol Reference > MtxVec Namespace > Classes > TMtx Class > public > Eig Method > TMtx.Eig Method (TVec, TMtx, TMtx)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtx.Eig Method (TVec, TMtx, TMtx)

Computes the eigenvalues and left and right eigenvectors of A general matrix.

Pascal
procedure Eig(const D: TVec; const VL: TMtx; const VR: TMtx); overload;

If VL and VR are not nil, corresponding left and right eigenvectors are computed. Does not work for symmetric matrices. Use EigSym for symmetric matrices.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!