Click or drag to resize
DigitalRuneEigenvalueDecompositionF Properties

The EigenvalueDecompositionF type exposes the following members.

Properties
  NameDescription
Public propertyD
Gets the block diagonal eigenvalue matrix D. (This property returns the internal matrix, not a copy.)
Public propertyImaginaryEigenvalues
Gets the vector of the imaginary parts of the eigenvalues.
Public propertyRealEigenvalues
Gets the vector of the real parts of the eigenvalues (the diagonal of D).
Public propertyV
Gets the eigenvector matrix V. (This property returns the internal matrix, not a copy.)
Top
See Also