View source: R/qr_householder.R
qr_householder | R Documentation |
For a numeric matrix X of n x m (m <= n) then the Householder
process rotates/reflects into an orthogonal matrix Q. The function also
returns an upper triangular matrix R
where X = QR
,
known as QR factorization.
qr_householder(x, complete = FALSE)
x |
A numeric matrix or data frame |
complete |
A logical which it TRUE returns a "thin" orthogonal matrix Q and triangular matrix R. |
A named list with the orthogonal matrix Q and triangular matrix R.
Rick Dean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.