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 MatrixComplementTransformR1MatrixUtil. 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 booleanR1MatrixUtil. RegularizeUsingRowAddition(MatrixComplementTransform mct)Regularize the specified diagonal entry of the input matrix using Row Additionstatic booleanR1MatrixUtil. RegularizeUsingRowSwap(MatrixComplementTransform mct)Regularize the specified diagonal entry of the input matrix using Row Swapping