Dup Ver Goto 📝

NumPy

PT2/aw/lang/python does not exist
To
5 lines, 31 words, 229 chars Page 'NumPy' does not exist.

fromfunction

numpy.fromfunction(f,shape)

This does not iterate over coordinates, calling f(i,j) for each i,j. Rather, it generates the two arrays ii=[0,1,...] and jj=[0,1,..] and then passes these to f.