Module col_pivoting

Module col_pivoting 

Source
Expand description

the $QR$ decomposition with column pivoting decomposes a matrix $A$ into the product $$AP^T = QR$$ where $P$ is a permutation matrix, $Q$ is a unitary matrix (represented as a block householder sequence), and $R$ is an upper trapezoidal matrix.

Modulesยง

factor
inverse
reconstruct
solve