public class OrderedEigenDecomposition extends EigenDecomposition
| Constructor | Description |
|---|---|
OrderedEigenDecomposition(RealMatrix matrix) |
Constructor using the EigenDecomposition as starting point for ordering.
|
| Modifier and Type | Method | Description |
|---|---|---|
RealMatrix |
getVT() |
Gets the transpose of the matrix V of the decomposition.
|
getD, getDeterminant, getEigenvector, getImagEigenvalue, getImagEigenvalues, getRealEigenvalue, getRealEigenvalues, getSolver, getSquareRoot, getV, hasComplexEigenvaluespublic OrderedEigenDecomposition(RealMatrix matrix)
matrix - matrix to decomposepublic RealMatrix getVT()
getVT in class EigenDecompositionCopyright © 2016–2018 Hipparchus.org. All rights reserved.