Uses of Class
org.drip.numerical.eigenization.EigenOutput
| Package | Description |
|---|---|
| org.drip.function.matrix |
Support for Functions of Matrices
|
| org.drip.numerical.eigenization |
Eigen-value and Eigen-component Extraction Schemes
|
| org.drip.numerical.matrix |
Implementation of R1 C1 Matrices
|
-
Uses of EigenOutput in org.drip.function.matrix
Methods in org.drip.function.matrix that return EigenOutput Modifier and Type Method Description EigenOutputSquare. eigenize()Retrieve the Eigen-Components of the Square Matrix -
Uses of EigenOutput in org.drip.numerical.eigenization
Methods in org.drip.numerical.eigenization that return EigenOutput Modifier and Type Method Description EigenOutputComponentExtractor. eigenize(double[][] a)Eigenize and Extract the Components of the Specified MatrixEigenOutputPowerIterationComponentExtractor. eigenize(double[][] a)EigenOutputQREigenComponentExtractor. eigenize(double[][] a)Methods in org.drip.numerical.eigenization with parameters of type EigenOutput Modifier and Type Method Description java.util.List<java.lang.Integer>QREigenComponentExtractor. eigenComponentOrderList(EigenOutput eigenOutput)Generate the Ordered List of Eigenvalues for the specified Eigen-output -
Uses of EigenOutput in org.drip.numerical.matrix
Methods in org.drip.numerical.matrix that return EigenOutput Modifier and Type Method Description EigenOutputR1Square. eigenize()Eigenize and Extract the Components of the Specified MatrixEigenOutputR1SquareEigenized. eigenize()Eigenize and Extract the Components of the Specified MatrixEigenOutputR1SquareEigenized. eigenOutput()Retrieve the Eigen Components and the Eigen VectorsEigenOutputR1Square. svd()Perform Singular Value Decomposition and Extract the Components of the Specified MatrixEigenOutputR1SquareEigenized. svd()Perform Singular Value Decomposition and Extract the Components of the Specified MatrixMethods in org.drip.numerical.matrix with parameters of type EigenOutput Modifier and Type Method Description static R1SquareEigenizedR1SquareEigenized. Standard(EigenOutput eigenOutput)Construct a Standard Instance of R1SquareEigenized from the EigenOutput