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, getEpsilon, getImagEigenvalue, getImagEigenvalues, getRealEigenvalue, getRealEigenvalues, getSolver, getSquareRoot, getV, hasComplexEigenvalues
public OrderedEigenDecomposition(RealMatrix matrix)
matrix
- matrix to decomposepublic RealMatrix getVT()
getVT
in class EigenDecomposition
Copyright © 2016–2020 Hipparchus.org. All rights reserved.