General QR Decomposition (GEQRF)

This function computes QR factorization of matrix A

A=QR

where A is a dense matrix of size m×n, Q is a m×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.