IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).

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.