Interface | Description |
---|---|
MatrixRescaler |
Interface for Matrix rescalers.
|
Class | Description |
---|---|
AlgebraUtils |
Algebraic utility operations.
|
CholeskyFactorization |
Cholesky L.L[T] factorization and inverse for symmetric and positive matrix:
Q = L.L[T], L lower-triangular
Just the subdiagonal elements of Q are used.
|
Matrix1NornRescaler |
Calculates the matrix rescaling factors so that the 1-norm of each row and each column of the
scaled matrix asymptotically converges to one.
|
Copyright © 2021 CNES. All rights reserved.