Computes the R matrix from the compact QR factorization.
Computes the L matrix from the compact LQ factorization.
1 2 3 | linalg_qr_R(QR, R)
linalg_lq_L(LQ, L)
|
QR |
The compact QR factorization. The return from |
R |
The output R matrix. |
LQ |
The compact LQ factorization. The return from |
L |
The output L matrix. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.