$qrMatrix
$qrMatrix :
__construct(\Matrix\Matrix $matrix)
| \Matrix\Matrix | $matrix |
solve(\Matrix\Matrix $B) : \Matrix\Matrix
Least squares solution of A*X = B.
| \Matrix\Matrix | $B | a Matrix with as many rows as A and any number of columns |
matrix that minimizes the two norm of QRX-B