Linear Least Squares, least norm solution
ls_ln(a, b, rcond = 1e+10, mnorm = NULL, x0 = NULL)solution vector
matrix or its QR decomposition
vector or matrix of right hand sides
maximal condition number for rank definition
norm matrix (can be dense or sparse) for which %*% operation with a dense vector is defined
optional vector from which a least norm distance is searched for