[Numpy-discussion] boolean defaults for svd
Keith Goodman
kwgoodman@gmail....
Mon Aug 4 17:06:57 CDT 2008
svd uses 1 for its defaults:
svd(a, full_matrices=1, compute_uv=1)
Anyone interested in changing 1 to True? It shouldn't break any code, right?
More information about the Numpy-discussion
mailing list