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