Computes the R matrix from the compact QR factorization.
Computes the L matrix from the compact LQ factorization.
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. |