On Feb 5, 2008 10:54 AM, mark <[EMAIL PROTECTED]> wrote: > Is there a function to compute the matrix rank of a numpy array or > matrix?
I'm sure there's a more direct way, but numpy.linalg.lstsq returns the rank of a matrix. _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
