I'm looking at writing some c++ code to interoperate with numpy.  A c++
random access iterator must include a 'distance' function.  distance (i1,
i2) must return the number of times i1 has to be incremented to reach i2.

Is there a way to get this from PyArrayIterObject?

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

Reply via email to