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()
Public Function Eigenvalues As Complex()
public:
array<Complex>^ Eigenvalues()
member Eigenvalues : unit -> Complex[]
Return Value
Type:
ComplexThe eigenvalues of the matrix.
See Also