On Sun, Jun 7, 2009 at 1:28 AM, Fernando Perez <fperez....@gmail.com> wrote:
>
> OK.  Will send it in when I know whether you'd want the fill_diagonal
> one, and where that should go.
>

One more question.  For these *_indices() functions, would you want an
interface that accepts *either*

diag_indices(size,ndim)

or

diag_indices(anarray)

Both can be useful depending on the case, but it  means leaving the
first argument as an untyped placeholder and  typechecking on it.  I
don't know if numpy has a policy on avoiding that kind of shenanigans.

Cheers,

f
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to