EigenvalueDecomposition Members

DotNetMatrix

An NDoc Documented Class Library

EigenvalueDecomposition Members

EigenvalueDecomposition overview

Public Instance Constructors

EigenvalueDecomposition Constructor Check for symmetry, then construct the eigenvalue decomposition

Public Instance Properties

DReturn the block diagonal eigenvalue matrix
ImagEigenvaluesReturn the imaginary parts of the eigenvalues
RealEigenvaluesReturn the real parts of the eigenvalues

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
GetVReturn the eigenvector matrix
ToString (inherited from Object)Returns a String that represents the current Object.

Private Instance Fields

cdivi
cdivr
dArrays for internal storage of eigenvalues. @serial internal storage of eigenvalues.
eArrays for internal storage of eigenvalues. @serial internal storage of eigenvalues.
HArray for internal storage of nonsymmetric Hessenberg form. @serial internal storage of nonsymmetric Hessenberg form.
issymmetricSymmetry flag. @serial internal symmetry flag.
nRow and column dimension (square matrix). @serial matrix dimension.
ortWorking storage for nonsymmetric algorithm. @serial working storage for nonsymmetric algorithm.
VArray for internal storage of eigenvectors. @serial internal storage of eigenvectors.

Private Instance Methods

Explicit Interface Implementations

See Also

EigenvalueDecomposition Class | DotNetMatrix Namespace