[Numpy-discussion] fumfunction question

Travis Oliphant oliphant.travis at ieee.org
Wed Apr 18 12:03:39 EDT 2007


Mark.Miller wrote:
> Can additional function arguments (aside from the dimensions of an 
> array) be used in conjunction with fromfunction?
>   

Yes --- as long as they are keyword arguments.

Keyword arguments can be passed in and they will be handed over to the 
function as keyword arguments.

-Travis




More information about the NumPy-Discussion mailing list