Developer Guide for Intel® Data Analytics Acceleration Library 2019 Update 5
Given the matrix X of size n x p, the problem is to compute the QR decomposition X = Q R, where
The library requires n > p. In this case:
where the matrix Q 1 has the size n x p and R 1 has the size p x p.