Module dlib.math.decomposition

Matrix decomposition

Functions

NameDescription
decomposeLUP(A, L, U, P) LUP decomposition. Factors a matrix A into PA = LU, where L is a lower triangular matrix, U is an upper triangular matrix, and P is a permutation matrix.