Least squares, matrix divide
x lsq y lsq[x;y]
Where:
x and y are float matrixes with the same number of columnsy do not exceed the number of columnsy are linearly independentreturns the least-squares solution of x = (x lsq y) mmu y. That is, if
d:x - (x lsq y) mmu y
then sum d*d is minimized. If y is a square matrix, d is the zero matrix, up
to rounding errors.