General QR Decomposition (GEQRF) - General QR Decomposition (GEQRF) - 2026.1 English

Vitis Libraries

Release_Date
2026-06-23
Version
2026.1 English

This function computes QR factorization of matrix \(A\)

\[A = Q R\]

where \(A\) is a dense matrix of size \(m \times n\), \(Q\) is a \(m \times n\) matrix with orthonormal columns, and \(R\) is an upper triangular matrix. The maximum matrix size supported in FPGA is templated by NRMAX and NCMAX.