metanumerics
metanumerics copied to clipboard
Enable reduced QR Decomposition
We use QR decomposition to do MultiLinearRegression. The QRDecomposition produces the full n X n Q, which is too big for memory for large data sets (e.g. n = 10000). But we don't need the full Q for this case, so we should provide at least an internal method for producing the reduced Q.