Developer Guide for Intel® Data Analytics Acceleration Library 2016 Update 4

Details

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.