Uses of Class
org.drip.numerical.linearalgebra.MatrixComplementTransform
Package | Description |
---|---|
org.drip.numerical.linearalgebra |
Linear Algebra Matrix Transform Library
|
-
Uses of MatrixComplementTransform in org.drip.numerical.linearalgebra
Methods in org.drip.numerical.linearalgebra that return MatrixComplementTransform Modifier and Type Method Description static MatrixComplementTransform
R1MatrixUtil. PivotDiagonal(double[][] aadblA)
Pivot the Diagonal of the Input MatrixMethods in org.drip.numerical.linearalgebra with parameters of type MatrixComplementTransform Modifier and Type Method Description static boolean
R1MatrixUtil. RegularizeUsingRowAddition(MatrixComplementTransform mct)
Regularize the specified diagonal entry of the input matrix using Row Additionstatic boolean
R1MatrixUtil. RegularizeUsingRowSwap(MatrixComplementTransform mct)
Regularize the specified diagonal entry of the input matrix using Row Swapping