Module extendr_api::prelude::modules::qr::col_pivoting::compute

Expand description

Computing the decomposition.

Structs§

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.