Module full_pivoting

Module full_pivoting 

Source
Expand description

the full pivoting $LU$ decomposition is such that: $$P A Q^\top = LU$$ where $P$ and $Q$ are permutation matrices, $L$ is a unit lower triangular matrix, and $U$ is an upper triangular matrix.

Modulesยง

factor
inverse
reconstruct
solve