Function Reference
— Loadable Function: pinv (x, tol)

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.