Returns the least-squares solution X of the system A X = B. This solution exists only if the matrix A is of full rank. @param b a matrix of right-hand-side vectors. This matrix must have the same number (m) of rows as the matrix A, but may have any number of columns. @return the matrix X that mini
(DMatrix b)
source not stored for this graph (policy: none)