linalg-qr-R: qr_R

Description Usage Arguments

Description

Computes the R matrix from the compact QR factorization.

Computes the L matrix from the compact LQ factorization.

Usage

1
2
3
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.


wrathematics/fmlr documentation built on Jan. 17, 2022, 4:10 p.m.