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.
See Implementation
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.