Skip to main content
Log in

Mojo module

qr_factorization

Functions

  • apply_q: Applies the implicit Q factor stored in A and sigma after calling qr_factorization to the X matrix.
  • form_q: Forms the Q factor from the implicit Q factor stored in A and sigma after calling qr_factorization and stores the result in Q.
  • qr_factorization: Performs QR factorization of a matrix A using the Householder reflector method.