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