Module extendr_api::prelude::modules::qr::no_pivoting::compute

Expand description

Computing the decomposition.

Structs§

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.