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, hasComplexEigenvalues
public OrderedEigenDecomposition(RealMatrix matrix)
matrix
- matrix to decomposepublic RealMatrix getVT()
getVT
in class EigenDecomposition
Copyright © 2016–2018 Hipparchus.org. All rights reserved.