public class Matrix.EigenvalueDecomposition
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
EigenvalueDecomposition()
Check for symmetry, then construct the eigenvalue decomposition.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
getD()
Return the block diagonal eigenvalue matrix.
|
double[] |
getImagEigenvalues()
Return the imaginary parts of the eigenvalues imag(diag(D)).
|
double[] |
getRealEigenvalues()
Return the real parts of the eigenvalues real(diag(D)).
|
Matrix |
getV()
Return the eigenvector matrix (immutable).
|
protected EigenvalueDecomposition()
A
- Square matrixpublic Matrix getV()
public double[] getRealEigenvalues()
public double[] getImagEigenvalues()
public Matrix getD()