Interface | Description |
---|---|
ComponentExtractor |
ComponentExtractor Interface exposes the Methods that extract the Linear System Components using the Power
Iteration Method.
|
Class | Description |
---|---|
EigenComponent |
EigenComponent holds the Component's Eigenvector and the corresponding Eigenvalue.
|
EigenOutput |
EigenOutput holds the results of the Eigenization Operation - the Eigenvectors and the Eigenvalues.
|
PowerIterationComponentExtractor |
PowerIterationComponentExtractor extracts the Linear System Components using the Power Iteration Method.
|
QREigenComponentExtractor |
QREigenComponentExtractor extracts the Eigenvalues and Eigenvectors using QR Decomposition.
|