Package | Description |
---|---|
org.apache.commons.math3.linear |
Linear algebra support.
|
Modifier and Type | Method and Description |
---|---|
private SchurTransformer |
EigenDecomposition.transformToSchur(RealMatrix matrix)
Transforms the matrix to Schur form and calculates the eigenvalues.
|
Modifier and Type | Method and Description |
---|---|
private void |
EigenDecomposition.findEigenVectorsFromSchur(SchurTransformer schur)
Find eigenvectors from a matrix transformed to Schur form.
|