Return an orthonormal basis of the null space of A.
retval = moc_null (A) retval = moc_null (A, tol)
The dimension of the null space is taken as the number of singular values of A not greater than TOL. If the argument TOL is missing, it is computed as max (size (A)) * max (svd (A)) * eps