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 EigenOutput
Square. 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 EigenOutput
ComponentExtractor. eigenize(double[][] a)
Eigenize and Extract the Components of the Specified MatrixEigenOutput
PowerIterationComponentExtractor. eigenize(double[][] a)
EigenOutput
QREigenComponentExtractor. 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 EigenOutput
R1Square. eigenize()
Eigenize and Extract the Components of the Specified MatrixEigenOutput
R1SquareEigenized. eigenize()
Eigenize and Extract the Components of the Specified MatrixEigenOutput
R1SquareEigenized. eigenOutput()
Retrieve the Eigen Components and the Eigen VectorsEigenOutput
R1Square. svd()
Perform Singular Value Decomposition and Extract the Components of the Specified MatrixEigenOutput
R1SquareEigenized. 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 R1SquareEigenized
R1SquareEigenized. Standard(EigenOutput eigenOutput)
Construct a Standard Instance of R1SquareEigenized from the EigenOutput