Click or drag to resize
Accord.NET (logo)

GeneralizedEigenvalueDecomposition Properties

The GeneralizedEigenvalueDecomposition type exposes the following members.

Properties
  NameDescription
Public propertyBetas
Returns the beta values.
Public propertyDiagonalMatrix
Returns the block diagonal eigenvalue matrix.
Public propertyEigenvectors
Returns the eigenvector matrix.
Public propertyImaginaryAlphas
Returns the imaginary parts of the alpha values.
Public propertyImaginaryEigenvalues
Returns the imaginary parts of the eigenvalues.
Public propertyIsDegenerate
Returns true if the eigenvalue problem is degenerate (ill-posed).
Public propertyIsSingular
Returns true if matrix B is singular.
Public propertyRealAlphas
Returns the real parts of the alpha values.
Public propertyRealEigenvalues
Returns the real parts of the eigenvalues.
Top
See Also