bdQR | R Documentation |
This function compute QR decomposition (also called a QR factorization)
of a matrix A
into a product A = QR
of an
orthogonal matrix Q and an upper triangular matrix R.
bdQR(X, thin = NULL)
X |
a real square matrix |
thin |
boolean thin, if thin = true returns Q thin decomposition else returns Q full decomposition, default thin = false |
List with orthogonal matrix Q
and upper triangular matrix R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.