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
See also: null.
Package: octave