EigenSystemGetEigenvalues(Matrix) Method |
Computes the eigenvalues for an N-by-N real nonsymmetric matrix A.
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ComplexMatrix GetEigenvalues(
Matrix A
)
Public Function GetEigenvalues (
A As Matrix
) As ComplexMatrix
Request Example
View SourceParameters
- A Matrix
- N-by-N real nonsymmetric matrix A.
Return Value
ComplexMatrixThe eigenvalues.
See Also