java.io.Serializablepublic class ComplexEigenvalueDecomposition
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description |
|---|---|
ComplexEigenvalueDecomposition() |
Constructs the EigenvalueDecomposition.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
eigen(Complex[][] A,
Complex[] lambda,
Complex[][] vec,
boolean[] fail) |
Obtains the eigenvalues and eigenvectors of a complex matrix.
|