fn
lapack_householder_product_f32
void lapack_householder_product_f32(const float * H, const float * tau, float * Q_out, int m, int n, int k, int * info)Single-precision Householder-product Q reconstruction.
Given the Householder-reflector form of produced by sgeqrf_
(matrix + scalar coefficients ), materialises the first
columns of explicitly into Q_out.
References
LAPACK sorgqr_.
Parameters
Hconst float*Row-major reflector storage from
sgeqrf_.tauconst float*Length- Householder scaling coefficients.
Q_outfloat*Output orthonormal matrix, shape (row-major).
m, n, kintDimensions; usually .
infoint*LAPACK status word.