Package | Description |
---|---|
org.drip.quant.eigen |
Modifier and Type | Method and Description |
---|---|
EigenOutput |
QREigenComponentExtractor.eigenize(double[][] aadblA) |
EigenOutput |
PowerIterationComponentExtractor.eigenize(double[][] aadblA) |
EigenOutput |
ComponentExtractor.eigenize(double[][] aadblA)
Eigenize and Extract the Components of the Specified Matrix
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Integer> |
QREigenComponentExtractor.orderedEigenList(EigenOutput eo)
Generate the Order List of Eigenvalues for the specified Eigen-output
|