Protocol for a matrix least squares solver.
Solve the least squares problem for the given matrices A and B, returning the solution X that minimizes ||AX - B||.
A (Any)
B (Any)
Any