public class OrderedEigenDecomposition extends EigenDecomposition
| Constructor and Description | 
|---|
| OrderedEigenDecomposition(RealMatrix matrix)Constructor using the EigenDecomposition as starting point for ordering. | 
| Modifier and Type | Method and 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–2020 Hipparchus.org. All rights reserved.