a vector of length n or a matrix with n rows,
real or complex
method
the method used to solve the problem, either "svd"
(based on the SVD decomposition) or "cod" (based on the
complete orthogonal decomposition)
Value
The solution X of the least-squares problem AX ~= b
(similar to lm.fit(A, b)$coefficients). This is a matrix if
b is a matrix, or a vector if b is a vector.