Module partial_pivoting

Module partial_pivoting 

Source
Expand description

the partial pivoting $LU$ decomposition is such that: $$PA = LU$$ where $P$ is a permutation matrix, $L$ is a unit lower triangular matrix, and $U$ is an upper triangular matrix.

Modulesยง

factor
inverse
reconstruct
solve