There is a scipy.sparse package but it seems to be fairly limited currently. Anyway there's definitely nothing like MATLAB's ability to change a matrix to sparse and still use most of the algorithms on it. Good sparse support vs. not so much sparse support should probably be added to the big feature comparison chart on the scipy for MATLAB users page.
--bb On 6/1/07, dmitrey <[EMAIL PROTECTED]> wrote: > are there any numpy equivalents to MATLAB nnz(), sparse(), sparsity()? > I didn't see the ones in numpy for MATLAB users page. > Thx, D. > _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
