Module compute
Expand description
Computing the decomposition.
Structs§
- QR factorization tuning parameters.
- Information about the resulting QR factorization.
Functions§
- Computes the QR decomposition with pivoting of a rectangular matrix $A$, into a unitary matrix $Q$, represented as a block Householder sequence, and an upper trapezoidal matrix $R$, such that $$AP^\top = QR.$$
- Computes the size and alignment of required workspace for performing a QR decomposition with column pivoting.
- The recommended block size to use for a QR decomposition of a matrix with the given shape.