CADability dotNET

The EigenvalueDecomposition type exposes the following members.

Constructors

  NameDescription
Public methodEigenvalueDecomposition(Matrix)
Check for symmetry, then construct the eigenvalue decomposition
Public methodEigenvalueDecomposition(array<Double>[]()[][], array<Double>[]()[][])
Constructs the eigenvalue decomposition from a symmetrical, tridiagonal matrix.

Properties

  NameDescription
Public propertyBlockDiagonal
Gets the block diagonal eigenvalue matrix
Public propertyEigenValues
Gets the eigenvalues.
Public propertyEigenVectors
Returns the eigenvector matrix
Public propertyImagEigenvalues
Gets the imaginary part of the eigenvalues
Public propertyRealEigenvalues
Gets the real part of the eigenvalues.

See Also