Calculates the QR decomposition of a matrix.
The matrix
const result = Chalkboard.matr.QRdecomp([[1, 1], [1, -1]]); // Returns the orthogonal and upper-triangular factors Copy
const result = Chalkboard.matr.QRdecomp([[1, 1], [1, -1]]); // Returns the orthogonal and upper-triangular factors
Calculates the QR decomposition of a matrix.