Uses of Interface
org.drip.numerical.eigenization.ComponentExtractor
| Package | Description |
|---|---|
| org.drip.numerical.eigenization |
Eigen-value and Eigen-component Extraction Schemes
|
-
Uses of ComponentExtractor in org.drip.numerical.eigenization
Classes in org.drip.numerical.eigenization that implement ComponentExtractor Modifier and Type Class Description classPowerIterationComponentExtractorPowerIterationComponentExtractor extracts the Linear System Components using the Power Iteration Method.classQREigenComponentExtractorQREigenComponentExtractor extracts the Eigenvalues and Eigenvectors using QR Decomposition.