EigenvalueDecomposition Members
From DotNetMatrix
EigenvalueDecomposition overview
Public Instance Constructors
|
|
Check for symmetry, then construct the eigenvalue decomposition |
Public Instance Properties
| Return the block diagonal eigenvalue matrix | |
| Return the imaginary parts of the eigenvalues | |
| Return the real parts of the eigenvalues |
Public Instance Methods
| Determines whether the specified Object is equal to the current Object. | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Gets the Type of the current instance. | |
| Return the eigenvector matrix | |
| Returns a String that represents the current Object. |
Private Instance Fields
| Arrays for internal storage of eigenvalues. @serial internal storage of eigenvalues. | |
| Arrays for internal storage of eigenvalues. @serial internal storage of eigenvalues. | |
| Array for internal storage of nonsymmetric Hessenberg form. @serial internal storage of nonsymmetric Hessenberg form. | |
| Symmetry flag. @serial internal symmetry flag. | |
| Row and column dimension (square matrix). @serial matrix dimension. | |
| Working storage for nonsymmetric algorithm. @serial working storage for nonsymmetric algorithm. | |
| Array for internal storage of eigenvectors. @serial internal storage of eigenvectors. |