Vineet Jain, 11.11.2010 00:48: > This I undestand: > > cdef test(numpy.ndarray[numpy.int32_t, ndim=2] a): > > However what if a is of type (numpy.int32, numpy.float64), how would I > declare it using numpy.ndaray?
Hi, note that this question is appropriate for the cython-users mailing list, not for the cython-dev (as in "core development") mailing list. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
