Package | Description |
---|---|
org.drip.math.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.Regularize(MatrixComplementTransform mct)
Regularize the specified diagonal entry of the input matrix
|