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? Thanks, VIneet _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
