Package | Description |
---|---|
org.drip.quant.linearalgebra |
Modifier and Type | Method and Description |
---|---|
static MatrixComplementTransform |
Matrix.PivotDiagonal(double[][] aadblA)
Pivot the Diagonal of the Input Matrix
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Matrix.RegularizeUsingRowAddition(MatrixComplementTransform mct)
Regularize the specified diagonal entry of the input matrix using Row Addition
|
static boolean |
Matrix.RegularizeUsingRowSwap(MatrixComplementTransform mct)
Regularize the specified diagonal entry of the input matrix using Row Swapping
|