public class OrderedComplexEigenDecomposition extends ComplexEigenDecomposition
| Constructor and Description |
|---|
OrderedComplexEigenDecomposition(RealMatrix matrix)
Constructor for the decomposition.
|
| Modifier and Type | Method and Description |
|---|---|
FieldMatrix<Complex> |
getVT()
Getter VT.
|
checkDefinition, findEigenValues, findEigenVectors, getD, getDeterminant, getEigenvalues, getEigenvector, getV, hasComplexEigenvaluespublic OrderedComplexEigenDecomposition(RealMatrix matrix)
matrix - real matrix.public FieldMatrix<Complex> getVT()
getVT in class ComplexEigenDecompositionCopyright © 2016–2019 Hipparchus.org. All rights reserved.