Function Reference
— Function File: orth (a, tol)

Return an orthonormal basis of the range space of a.

The dimension of the range space is taken as the number of singular values of a greater than tol. If the argument tol is missing, it is computed as

          max (size (a)) * max (svd (a)) * eps