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 class
PowerIterationComponentExtractor
PowerIterationComponentExtractor extracts the Linear System Components using the Power Iteration Method.class
QREigenComponentExtractor
QREigenComponentExtractor extracts the Eigenvalues and Eigenvectors using QR Decomposition.