You are here:
Home
>
MtxVec
>
MtxExpr
>
Eig Method
MtxVec (Delphi / C++ Builder)
Contents
|
Search
|
Home
MtxExpr.Eig Method
MtxExpr
function
Eig(
const
X:
TMtx
; MtxType:
TMtxType
):
Vector
;
Computes the eigen-values of the matrix.
#
Name
Type
Description
1
X
TMtx
2
MtxType
TMtxType
Returns: Vector
Remarks:
Internally calls
Matrix.Eig