Click or drag to resize

SquareMatrixEigenvalues Method

Computes the eigenvalues of the matrix.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public Complex[] Eigenvalues()

Return Value

Type: Complex
The eigenvalues of the matrix.
See Also