Return the pseudoinverse of x. Singular values less than tol are ignored. If the second argument is omitted, it is assumed that tol = max (size (x)) * sigma_max (x) * eps, where sigma_max (x) is the maximal singular value of x.
Return the pseudoinverse of x. Singular values less than tol are ignored.
If the second argument is omitted, it is assumed that
tol = max (size (x)) * sigma_max (x) * eps,
where sigma_max (x) is the maximal singular value of x.
sigma_max (
)