Computes the Q matrix from the compact LQ factorization.

linalg_lq_Q(LQ, lqaux, Q, work)

Arguments

LQ

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

lqaux

Auxilliary data for the compact LQ.

Q

The output Q matrix.

work

A workspace vector.