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)

Arguments

QR

The compact QR factorization. The return from qr().

R

The output R matrix.

LQ

The compact LQ factorization. The return from lq().

L

The output L matrix.